Age | Commit message (Expand) | Author | Files | Lines |
9 days | Use gdb unordered set in breakpoint.c | Tom Tromey | 1 | -2/+1 |
2025-03-11 | Use gdb::function_view in iterate_over_threads | Tom Tromey | 1 | -11/+5 |
2025-02-24 | gdb: handle empty locspec when printing breakpoints | Andrew Burgess | 1 | -1/+22 |
2025-02-24 | gdb: disable internal b/p when a solib is unloaded | Andrew Burgess | 1 | -6/+1 |
2025-02-24 | gdb: don't clear inserted flag in disable_breakpoints_in_unloaded_shlib | Andrew Burgess | 1 | -4/+15 |
2025-02-24 | gdb: handle dprintf breakpoints when unloading a shared library | Andrew Burgess | 1 | -7/+5 |
2025-02-24 | gdb: restructure disable_breakpoints_in_unloaded_shlib | Andrew Burgess | 1 | -17/+28 |
2025-02-24 | gdb: fixes for code_breakpoint::disabled_by_cond logic | Andrew Burgess | 1 | -4/+1 |
2025-02-09 | gdb: include a still-mapped flag in solib unload notification | Andrew Burgess | 1 | -2/+9 |
2024-12-16 | Don't let exception terminate 'rbreak' | Tom Tromey | 1 | -0/+18 |
2024-12-12 | Introduce "command" styling | Tom Tromey | 1 | -1/+2 |
2024-12-09 | gdb: use 'const' more in a couple of small breakpoint functions | Andrew Burgess | 1 | -4/+4 |
2024-12-06 | gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includes | Simon Marchi | 1 | -0/+1 |
2024-11-25 | Convert breakpoint.c to new hash table | Simon Marchi | 1 | -10/+3 |
2024-11-25 | gdb: do better in breakpoint_free_objfile | Andrew Burgess | 1 | -2/+24 |
2024-11-25 | gdb: remove an unnecessary scope block in update_breakpoint_locations | Andrew Burgess | 1 | -45/+45 |
2024-11-25 | gdb: remove bp_location::objfile | Andrew Burgess | 1 | -1/+0 |
2024-11-18 | gdb: Make tagged pointer support configurable. | Christina Schimpe | 1 | -2/+3 |
2024-10-20 | Use std::make_unique in more places | Tom Tromey | 1 | -2/+2 |
2024-10-10 | [gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp on arm-linux | Tom de Vries | 1 | -47/+53 |
2024-10-08 | gdb: avoid breakpoint::clear_locations calls in update_breakpoint_locations | Andrew Burgess | 1 | -27/+28 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-09-30 | Add line-number styling | Tom Tromey | 1 | -4/+6 |
2024-09-23 | gdb: update comment in code_breakpoint::re_set_default | Andrew Burgess | 1 | -3/+4 |
2024-09-07 | gdb: only insert thread-specific breakpoints in the relevant inferior | Andrew Burgess | 1 | -55/+232 |
2024-09-07 | gdb: don't set breakpoint::pspace in create_breakpoint | Andrew Burgess | 1 | -3/+0 |
2024-09-07 | gdb: parse pending breakpoint thread/task immediately | Andrew Burgess | 1 | -290/+82 |
2024-09-07 | gdb: make breakpoint_debug_printf global | Andrew Burgess | 1 | -7/+2 |
2024-09-07 | gdb: deprecated filename_completer and associated functions | Andrew Burgess | 1 | -2/+2 |
2024-09-04 | gdb: implement ::re_set method for catchpoint class | Andrew Burgess | 1 | -0/+54 |
2024-08-30 | gdb: remove duplicate check in disable_breakpoints_in_freed_objfile | Andrew Burgess | 1 | -4/+0 |
2024-08-30 | Minor formatting fix in breakpoint.c | Tom Tromey | 1 | -1/+2 |
2024-08-30 | gdb/doc: fix typo in 'watch' command | Nicolás Ortega Froysa | 1 | -1/+1 |
2024-08-15 | Add another constructor to scoped_restore_current_language | Tom Tromey | 1 | -2/+1 |
2024-08-14 | Notify Python when breakpoint symbol changes | Tom Tromey | 1 | -0/+7 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol_text | Simon Marchi | 1 | -3/+5 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -1/+2 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -17/+13 |
2024-07-20 | gdb: remove tracepoint_probe_create_sals_from_location_spec | Andrew Burgess | 1 | -16/+3 |
2024-07-20 | gdb: remove breakpoint_re_set_one | Andrew Burgess | 1 | -18/+8 |
2024-07-20 | gdb: don't display inferior list for pending breakpoints | Andrew Burgess | 1 | -1/+1 |
2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -3/+2 |
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 | -1/+1 |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-05-30 | gdb: remove unused includes in breakpoint.{c,h} | Simon Marchi | 1 | -1/+0 |
2024-05-14 | Disallow trailing whitespace in docstrings | Tom Tromey | 1 | -2/+2 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |