aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-304/+301
2023-05-25gdb: link breakpoints with intrusive_listSimon Marchi1-26/+10
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-124/+123
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi1-126/+113
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi1-57/+55
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi1-29/+33
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi1-8/+6
2023-05-25gdb: make some breakpoint methods use `this`Simon Marchi1-16/+10
2023-05-23Introduce and use parser flagsTom Tromey1-1/+2
2023-05-19gdb/breakpoint: use warning function instead of gdb_printfAndrew Burgess1-3/+3
2023-05-11Disable out-of-scope watchpointsJohnson Sun1-0/+1
2023-05-09gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummySimon Marchi1-9/+16
2023-05-07Remove ALL_BREAKPOINTS_SAFETom Tromey1-71/+63
2023-05-02Remove error_streamTom Tromey1-2/+2
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-05-01Remove evaluate_expressionTom Tromey1-1/+1
2023-04-11gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess1-9/+9
2023-04-11gdb: warn when converting h/w watchpoints to s/wAndrew Burgess1-2/+17
2023-04-03gdb: don't always print breakpoint location after failed condition checkAndrew Burgess1-0/+12
2023-04-03gdb: include breakpoint number in testing condition error messageAndrew Burgess1-1/+2
2023-03-20gdb: don't use the global thread-id in the saved breakpoints fileAndrew Burgess1-1/+4
2023-03-17gdb: introduce bp_loc_tracepointSimon Marchi1-1/+8
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-2/+2
2023-02-28gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess1-5/+1
2023-02-28gdb: don't duplicate 'thread' field in MI breakpoint outputAndrew Burgess1-1/+1
2023-02-28gdb: remove an out of date comment about disp_del_at_next_stopAndrew Burgess1-2/+0
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-4/+4
2023-02-19Convert contained_in to methodTom Tromey1-1/+1
2023-02-19Convert block_linkage_function to methodTom Tromey1-1/+1
2023-02-15Change value::m_modifiable to boolTom Tromey1-2/+1
2023-02-13Rely on value_ref_ptr::operator->Tom Tromey1-2/+2
2023-02-13Remove deprecated_lval_hackTom Tromey1-4/+4
2023-02-13Turn various value copying-related functions into methodsTom Tromey1-6/+5
2023-02-13Turn value_copy into a methodTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-2/+2
2023-02-13Turn deprecated_value_modifiable into methodTom Tromey1-1/+1
2023-02-13Turn value_offset into methodTom Tromey1-1/+1
2023-02-13Turn value_bitpos into methodTom Tromey1-2/+2
2023-02-13Turn value_bitsize into methodTom Tromey1-3/+3
2023-02-13Turn value_type into methodTom Tromey1-7/+7
2023-02-12gdb: fix describe_other_breakpoints for default task being -1Andrew Burgess1-1/+1
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess1-18/+18
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess1-5/+31
2023-02-11gdb: show task number in describe_other_breakpointsAndrew Burgess1-0/+2
2023-02-11gdb: don't print global thread-id to CLI in describe_other_breakpointsAndrew Burgess1-1/+4
2023-02-08Remove most calls to fixup_symbol_sectionTom Tromey1-5/+2
2023-02-07gdb: fix display of thread condition for multi-location breakpointsAndrew Burgess1-12/+18