aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
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
2022-10-20gdb: make use of scoped_restore in unduplicated_should_be_insertedAndrew Burgess1-7/+4
2022-10-20gdb: used scoped_restore_frame in update_watchpointAndrew Burgess1-12/+5
2022-10-20gdb: make some bp_location arguments const in breakpoint.cAndrew Burgess1-14/+14
2022-10-19[gdb] Fix assert in handle_jit_eventTom de Vries1-1/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-27/+14
2022-10-16Use checked_static_cast in more placesTom Tromey1-4/+5
2022-10-14Use scoped_value_mark in more placesTom Tromey1-15/+9
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-9/+9
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-10-06gdb: add missing nullptr checks in bpstat_check_breakpoint_conditionsAndrew Burgess1-2/+2
2022-10-06gdb: more infrun debug from breakpoint.cAndrew Burgess1-2/+24
2022-10-04Remove decode_location_spec_defaultTom Tromey1-30/+15
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-11/+2
2022-08-30gdb: update ranged_breakpoint::print_one_detail in commentsEnze Li1-1/+1
2022-08-26gdb: change bpstat_print's kind parameter to target_waitkindSimon Marchi1-1/+1
2022-08-13Move decode_location_spec to code_breakpointTom Tromey1-7/+0
2022-08-13Change location_spec_to_sals to a methodTom Tromey1-30/+32
2022-08-13Change breakpoint_re_set_default to a methodTom Tromey1-10/+8
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi1-1/+17
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre1-0/+57
2022-07-21gdb: select suitable thread for gdbarch_adjust_breakpoint_addressAndrew Burgess1-7/+20
2022-07-13Fix "until LINE" in main, when "until" runs into longjmpPedro Alves1-1/+1
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-23/+15
2022-06-17Convert location_spec_type to a methodPedro Alves1-4/+4
2022-06-17Convert location_spec_empty_p to a methodPedro Alves1-2/+1
2022-06-17Eliminate copy_location_specPedro Alves1-5/+5
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-28/+16
2022-06-17event_location -> location_specPedro Alves1-170/+178
2022-05-25Show enabled locations with disabled breakpoint parent as "y-"Pedro Alves1-6/+31
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-31/+31
2022-05-20Make sure momentary breakpoints are always thread-specificPedro Alves1-37/+46
2022-05-20Momentary breakpoints should have no breakpoint numberPedro Alves1-1/+0
2022-05-20Add/tweak intro comments of struct breakpoint and several subclassesPedro Alves1-2/+10
2022-05-20Move add_location(sal) to base_breakpointPedro Alves1-26/+19
2022-05-20Move common bits of catchpoint/exception_catchpoint to breakpoint's ctorPedro Alves1-6/+18
2022-05-20Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves1-28/+3
2022-05-20Make breakpoint_address_bits look at the location kindPedro Alves1-37/+22