aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Introduce metadata styleTom Tromey1-3/+5
2019-10-01Use new %p format suffixes in gdbPedro Alves1-35/+30
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-4/+4
2019-09-21gdb: make watchpoint::val_valid a boolSimon Marchi1-6/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-8/+8
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-24/+37
2019-08-06Change breakpoint::filter to be a unique_xmalloc_ptrTom Tromey1-3/+2
2019-07-17Rename field_int to field_signedTom Tromey1-25/+25
2019-07-15Use field_string in more placesTom Tromey1-2/+2
2019-07-10breakpoint: Make is_*point functions return boolSimon Marchi1-24/+18
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey1-3/+5
2019-07-10Update breakpoint_1's documentationSimon Marchi1-26/+32
2019-07-10Make some bpstat functions use boolSimon Marchi1-14/+14
2019-07-09Make bpstat_what::is_longjmp a boolSimon Marchi1-1/+1
2019-07-09Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves1-70/+45
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-52/+56
2019-07-09Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}Pedro Alves1-7/+1
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-09gdb: Remove unneeded parameter from set_breakpoint_location_functionAndrew Burgess1-9/+5
2019-07-02Remove return value from remove_breakpoints_infSimon Marchi1-4/+3
2019-06-16Remove unnecessary casts of NULLTom Tromey1-5/+4
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess1-8/+0
2019-06-13Make check_for_argument skip whitespace after arg itselfPedro Alves1-4/+1
2019-06-11Remove trailing newlines from help textTom Tromey1-5/+5
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-4/+1
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi1-1/+7
2019-05-08Convert breakpoint.c to type-safe registry APITom Tromey1-19/+4
2019-04-25Make exception handling more efficientTom Tromey1-9/+9
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-4/+4
2019-04-08Rename gdb exception typesTom Tromey1-14/+14
2019-04-08Rewrite TRY/CATCHTom Tromey1-42/+28
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-3/+3
2019-04-06Revert the header-sorting patchTom Tromey1-42/+38
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-38/+42
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-6/+9
2019-03-23Have parser reset the innermost block trackerTom Tromey1-3/+0
2019-03-13Fix MI output for multi-location breakpointsSimon Marchi1-8/+18
2019-02-15C++-ify bp_locationTom Tromey1-16/+4
2019-02-12Use address style to print addresses in breakpoint information.Philippe Waroquiers1-3/+4
2019-02-07C++-ify struct thread_fsmTom Tromey1-75/+33
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-2/+2
2019-01-23Remove remaining cleanup from gdb/breakpoint.cTom Tromey1-12/+0
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey1-5/+6
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-4/+4
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves1-3/+3
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-108/+103
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style locations when setting a breakpointTom Tromey1-3/+9