aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-06gdb: error if 'thread' or 'task' keywords are overusedAndrew Burgess1-0/+9
2023-02-02gdb: make install_breakpoint return a non-owning referencePedro Alves1-1/+3
2023-01-10Fix bug in 'say_where' transformTom Tromey1-2/+2
2023-01-10Convert say_where to method on code_breakpointTom Tromey1-25/+24
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool in bpstatTom Tromey1-19/+19
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-2/+4
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-2/+2
2022-11-23Fix gdb.cp/gdb2495.exp on powerpc64leTom de Vries1-9/+33
2022-11-21When getting the locno of a bpstat, handle the case of bp with null locations.Philippe Waroquiers1-1/+1
2022-11-21Fix use after free introduced by $_hit_bpnum/$_hit_locno variables.Philippe Waroquiers1-26/+36
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers1-17/+113
2022-10-31Remove REPARSE condition to force hardware resource checking when updating wa...Carl Love1-4/+3
2022-10-25[gdb] Rewrite RETHROW_ON_TARGET_CLOSE_ERROR into functionTom de Vries1-20/+25
2022-10-24[gdb] Fix rethrow exception slicing in insert_bp_locationTom de Vries1-7/+21
2022-10-20gdb: some int to bool conversion in breakpoint.cAndrew Burgess1-141/+135