aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-28Add output styles to gdbTom Tromey1-4/+8
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-5/+2
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess1-3/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-15/+11
2018-09-21Remove redundant test in update_inserted_breakpoint_locationsYacov Simhony1-1/+1
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-1/+6
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-08-28Fix regression for multi breakpoints command line clearing.Philippe Waroquiers1-1/+7
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-15/+7
2018-07-25Notify about breakpoint modification when enabling/disabling single locationJan Vrany1-0/+2
2018-07-22Simple unused variable removalsTom Tromey1-3/+1