X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Flinespec.h;h=bf9b04008a8cf3d079c0e868d282a4c053e39b95;hb=14b3360508b185087b9376487cfc49152af023d8;hp=eced085e3eac2fb613ed2fea3141e0298fb87ee3;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=binutils-gdb.git diff --git a/gdb/linespec.h b/gdb/linespec.h index eced085e3ea..bf9b04008a8 100644 --- a/gdb/linespec.h +++ b/gdb/linespec.h @@ -1,5 +1,5 @@ /* Header for GDB line completion. - Copyright (C) 2000-2018 Free Software Foundation, Inc. + Copyright (C) 2000-2022 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ struct symtab; #include "location.h" -#include "vec.h" /* Flags to pass to decode_line_1 and decode_line_full. */ @@ -125,7 +124,7 @@ extern std::vector strcmp sense) to FILTER will be returned; all others will be filtered out. */ -extern void decode_line_full (const struct event_location *location, int flags, +extern void decode_line_full (struct event_location *location, int flags, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical,