aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
12 daysgdb: reject inserting breakpoints between functionsAndrew Burgess1-8/+51
12 daysgdb: remove unused includes in linespec.cSimon Marchi1-2/+0
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi1-2/+2
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-4/+4
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-4/+5
2024-07-15gdb: pass program space to have_{full,partial}_symbolsSimon Marchi1-4/+5
2024-07-15gdb: remove some trivial uses of current_program_spaceSimon Marchi1-2/+2
2024-07-15gdb: make objfile::pspace privateSimon Marchi1-19/+19
2024-06-12Remove LS_TOKEN_STOKEN macroTom Tromey1-35/+33
2024-06-12Remove LS_TOKEN_KEYWORD macroTom Tromey1-3/+2
2024-06-12Remove PARSER_STREAM macroTom Tromey1-88/+87
2024-06-12Remove PARSER_EXPLICIT macroTom Tromey1-33/+30
2024-06-12Remove PARSER_RESULT macroTom Tromey1-31/+25
2024-06-12Remove PARSER_STATE macroTom Tromey1-27/+25
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-28Simplify some symbol searches in linespec.cTom Tromey1-12/+4
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-2/+2
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-18/+24
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-16/+17
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb: add trailing '/' when using 'complete' with directory namesAndrew Burgess1-1/+1
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey1-33/+40
2023-12-13Use unique_xmalloc_ptr in linespec_location_specTom Tromey1-1/+2
2023-12-05Fix breakpoints on symbols with multiple trampoline symbolsHannes Domani1-0/+4
2023-08-31Add symbol::matches methodTom Tromey1-2/+1
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-2/+2
2023-08-16gdb, infcmd: support jump command in multi-inferior casePuputti, Matti1-1/+2
2023-03-11Constify linetablesTom Tromey1-3/+3
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-3/+1
2023-02-19Convert block_containing_function to methodTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-1/+1
2023-01-09gdb/linespec.c: Fix missing source file during breakpoint re-setAaron Merey1-2/+2
2023-01-09gdb/linespec.c: Fix -Wmaybe-uninitialized warningAaron Merey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+3
2022-06-17Fix GDB build with GCC 4.8 & 4.9Pedro Alves1-9/+14
2022-06-17Convert set_location_spec_string to a methodPedro Alves1-1/+1
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-1/+1
2022-06-17Convert location_spec_type to a methodPedro Alves1-1/+1
2022-06-17Eliminate copy_location_specPedro Alves1-2/+1
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-59/+47
2022-06-17event_location -> location_specPedro Alves1-36/+36
2022-04-28Remove "typedef enum ..."Tom Tromey1-2/+1
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-4/+3
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-2/+2
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-9/+9
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-7/+7
2022-04-11gdb: remove symbol value macrosSimon Marchi1-7/+7