Age | Commit message (Expand) | Author | Files | Lines |
2024-11-25 | Convert linespec.c to new hash table | Simon Marchi | 1 | -36/+18 |
2024-11-06 | gdb: remove exact_match parameter from find_line_symtab | Klaus Gerlicher | 1 | -1/+1 |
2024-11-04 | Turn decode_line_2_compare_items into operator< | Tom Tromey | 1 | -13/+9 |
2024-09-27 | gdb/symtab: pass program space to lookup_symtab and iterate_over_symtabs | Simon Marchi | 1 | -6/+2 |
2024-08-29 | gdb: reject inserting breakpoints between functions | Andrew Burgess | 1 | -8/+51 |
2024-08-29 | gdb: remove unused includes in linespec.c | Simon Marchi | 1 | -2/+0 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+2 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -4/+4 |
2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -4/+5 |
2024-07-15 | gdb: pass program space to have_{full,partial}_symbols | Simon Marchi | 1 | -4/+5 |
2024-07-15 | gdb: remove some trivial uses of current_program_space | Simon Marchi | 1 | -2/+2 |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -19/+19 |
2024-06-12 | Remove LS_TOKEN_STOKEN macro | Tom Tromey | 1 | -35/+33 |
2024-06-12 | Remove LS_TOKEN_KEYWORD macro | Tom Tromey | 1 | -3/+2 |
2024-06-12 | Remove PARSER_STREAM macro | Tom Tromey | 1 | -88/+87 |
2024-06-12 | Remove PARSER_EXPLICIT macro | Tom Tromey | 1 | -33/+30 |
2024-06-12 | Remove PARSER_RESULT macro | Tom Tromey | 1 | -31/+25 |
2024-06-12 | Remove PARSER_STATE macro | Tom Tromey | 1 | -27/+25 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-28 | Simplify some symbol searches in linespec.c | Tom Tromey | 1 | -12/+4 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -2/+2 |
2024-01-28 | Use domain_search_flags in lookup_global_symbol_language | Tom Tromey | 1 | -18/+24 |
2024-01-28 | Replace search_domain with domain_search_flags | Tom Tromey | 1 | -16/+17 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-12 | gdb: add trailing '/' when using 'complete' with directory names | Andrew Burgess | 1 | -1/+1 |
2023-12-13 | Use unique_xmalloc_ptr in explicit_location_spec | Tom Tromey | 1 | -33/+40 |
2023-12-13 | Use unique_xmalloc_ptr in linespec_location_spec | Tom Tromey | 1 | -1/+2 |
2023-12-05 | Fix breakpoints on symbols with multiple trampoline symbols | Hannes Domani | 1 | -0/+4 |
2023-08-31 | Add symbol::matches method | Tom Tromey | 1 | -2/+1 |
2023-08-17 | gdb: add inferior-specific breakpoints | Andrew Burgess | 1 | -2/+2 |
2023-08-16 | gdb, infcmd: support jump command in multi-inferior case | Puputti, Matti | 1 | -1/+2 |
2023-03-11 | Constify linetables | Tom Tromey | 1 | -3/+3 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -3/+1 |
2023-02-19 | Convert block_containing_function to method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -1/+1 |
2023-01-09 | gdb/linespec.c: Fix missing source file during breakpoint re-set | Aaron Merey | 1 | -2/+2 |
2023-01-09 | gdb/linespec.c: Fix -Wmaybe-uninitialized warning | Aaron Merey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -1/+3 |
2022-06-17 | Fix GDB build with GCC 4.8 & 4.9 | Pedro Alves | 1 | -9/+14 |
2022-06-17 | Convert set_location_spec_string to a method | Pedro Alves | 1 | -1/+1 |
2022-06-17 | Convert location_spec_to_string to a method | Pedro Alves | 1 | -1/+1 |
2022-06-17 | Convert location_spec_type to a method | Pedro Alves | 1 | -1/+1 |
2022-06-17 | Eliminate copy_location_spec | Pedro Alves | 1 | -2/+1 |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 1 | -59/+47 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -36/+36 |
2022-04-28 | Remove "typedef enum ..." | Tom Tromey | 1 | -2/+1 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -4/+3 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -2/+2 |