summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-08Avoid language-based lookups in startup pathTom Tromey
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey
2023-12-13Use unique_xmalloc_ptr in linespec_location_specTom Tromey
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-11-14Remove some redundant "break"sTom Tromey
2023-10-30Remove some frame invalidation codeTom Tromey
2023-10-19gdb: rename struct so_list to shobjSimon Marchi
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-05gdb: remove unnecessary nullptr check in free_objfile observersSimon Marchi
2023-10-02gdb: remove solib::pspace fieldSimon Marchi
2023-09-26Use string_file::release in some placesTom Tromey
2023-09-19Use gdb::checked_static_cast for code_breakpointTom Tromey
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey
2023-09-19gdb, breakpoint: add a destructor to the watchpoint structMohamed Bouhaouel
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves
2023-08-23gdb: add missing notify_breakpoint_modified callAndrew Burgess
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess
2023-08-09gdb, breakpoint: add breakpoint location debugging logsMihails Strasuns
2023-08-03gdb: avoid double stop after failed breakpoint condition checkAndrew Burgess
2023-07-10gdb: include location number in breakpoint error messageAndrew Burgess
2023-06-05[gdb] Fix more typosTom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi
2023-05-25gdb: link breakpoints with intrusive_listSimon Marchi
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi
2023-05-25gdb: make some breakpoint methods use `this`Simon Marchi
2023-05-23Introduce and use parser flagsTom Tromey
2023-05-19gdb/breakpoint: use warning function instead of gdb_printfAndrew Burgess
2023-05-11Disable out-of-scope watchpointsJohnson Sun
2023-05-09gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummySimon Marchi
2023-05-07Remove ALL_BREAKPOINTS_SAFETom Tromey
2023-05-02Remove error_streamTom Tromey
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi
2023-05-01Remove evaluate_expressionTom Tromey
2023-04-11gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess
2023-04-11gdb: warn when converting h/w watchpoints to s/wAndrew Burgess
2023-04-03gdb: don't always print breakpoint location after failed condition checkAndrew Burgess