summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove error_streamTom Tromey2023-05-021-2/+2
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* Remove evaluate_expressionTom Tromey2023-05-011-1/+1
* gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess2023-04-111-9/+9
* gdb: warn when converting h/w watchpoints to s/wAndrew Burgess2023-04-111-2/+17
* gdb: don't always print breakpoint location after failed condition checkAndrew Burgess2023-04-031-0/+12
* gdb: include breakpoint number in testing condition error messageAndrew Burgess2023-04-031-1/+2
* gdb: don't use the global thread-id in the saved breakpoints fileAndrew Burgess2023-03-201-1/+4
* gdb: introduce bp_loc_tracepointSimon Marchi2023-03-171-1/+8
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess2023-02-281-5/+1
* gdb: don't duplicate 'thread' field in MI breakpoint outputAndrew Burgess2023-02-281-1/+1
* gdb: remove an out of date comment about disp_del_at_next_stopAndrew Burgess2023-02-281-2/+0
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-4/+4
* Convert contained_in to methodTom Tromey2023-02-191-1/+1
* Convert block_linkage_function to methodTom Tromey2023-02-191-1/+1
* Change value::m_modifiable to boolTom Tromey2023-02-151-2/+1
* Rely on value_ref_ptr::operator->Tom Tromey2023-02-131-2/+2
* Remove deprecated_lval_hackTom Tromey2023-02-131-4/+4
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-6/+5
* Turn value_copy into a methodTom Tromey2023-02-131-1/+1
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-2/+2
* Turn deprecated_value_modifiable into methodTom Tromey2023-02-131-1/+1
* Turn value_offset into methodTom Tromey2023-02-131-1/+1
* Turn value_bitpos into methodTom Tromey2023-02-131-2/+2
* Turn value_bitsize into methodTom Tromey2023-02-131-3/+3
* Turn value_type into methodTom Tromey2023-02-131-7/+7
* gdb: fix describe_other_breakpoints for default task being -1Andrew Burgess2023-02-121-1/+1
* gdb: use -1 for breakpoint::task default valueAndrew Burgess2023-02-121-18/+18
* gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess2023-02-121-5/+31
* gdb: show task number in describe_other_breakpointsAndrew Burgess2023-02-111-0/+2
* gdb: don't print global thread-id to CLI in describe_other_breakpointsAndrew Burgess2023-02-111-1/+4
* Remove most calls to fixup_symbol_sectionTom Tromey2023-02-081-5/+2
* gdb: fix display of thread condition for multi-location breakpointsAndrew Burgess2023-02-071-12/+18
* gdb: error if 'thread' or 'task' keywords are overusedAndrew Burgess2023-02-061-0/+9
* gdb: make install_breakpoint return a non-owning referencePedro Alves2023-02-021-1/+3
* Fix bug in 'say_where' transformTom Tromey2023-01-101-2/+2
* Convert say_where to method on code_breakpointTom Tromey2023-01-101-25/+24
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool in bpstatTom Tromey2022-12-191-19/+19
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-161-2/+4
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-2/+2
* Fix gdb.cp/gdb2495.exp on powerpc64leTom de Vries2022-11-231-9/+33
* When getting the locno of a bpstat, handle the case of bp with null locations.Philippe Waroquiers2022-11-211-1/+1
* Fix use after free introduced by $_hit_bpnum/$_hit_locno variables.Philippe Waroquiers2022-11-211-26/+36
* Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers2022-11-191-17/+113
* Remove REPARSE condition to force hardware resource checking when updating wa...Carl Love2022-10-311-4/+3