Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -24/+37 |
2019-08-06 | Change breakpoint::filter to be a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -25/+25 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -2/+2 |
2019-07-10 | breakpoint: Make is_*point functions return bool | Simon Marchi | 1 | -24/+18 |
2019-07-10 | Change Ada catchpoints to be bp_catchpoint | Tom Tromey | 1 | -3/+5 |
2019-07-10 | Update breakpoint_1's documentation | Simon Marchi | 1 | -26/+32 |
2019-07-10 | Make some bpstat functions use bool | Simon Marchi | 1 | -14/+14 |
2019-07-09 | Make bpstat_what::is_longjmp a bool | Simon Marchi | 1 | -1/+1 |
2019-07-09 | Make "maint info breakpoints" show "catch catch/throw/rethrow" locations | Pedro Alves | 1 | -70/+45 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -52/+56 |
2019-07-09 | Fix "info break" + "catch catch" + -static-{libstdc++,libgcc} | Pedro Alves | 1 | -7/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-07-09 | gdb: Remove unneeded parameter from set_breakpoint_location_function | Andrew Burgess | 1 | -9/+5 |
2019-07-02 | Remove return value from remove_breakpoints_inf | Simon Marchi | 1 | -4/+3 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -5/+4 |
2019-06-15 | gdb/mi: New commands to catch C++ exceptions | Andrew Burgess | 1 | -8/+0 |
2019-06-13 | Make check_for_argument skip whitespace after arg itself | Pedro Alves | 1 | -4/+1 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -5/+5 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -4/+1 |
2019-05-10 | Fix GDB build when using --disable-gdbmi | Simon Marchi | 1 | -1/+7 |
2019-05-08 | Convert breakpoint.c to type-safe registry API | Tom Tromey | 1 | -19/+4 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -9/+9 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -14/+14 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -42/+28 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -3/+3 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -42/+38 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -38/+42 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -6/+9 |
2019-03-23 | Have parser reset the innermost block tracker | Tom Tromey | 1 | -3/+0 |
2019-03-13 | Fix MI output for multi-location breakpoints | Simon Marchi | 1 | -8/+18 |
2019-02-15 | C++-ify bp_location | Tom Tromey | 1 | -16/+4 |
2019-02-12 | Use address style to print addresses in breakpoint information. | Philippe Waroquiers | 1 | -3/+4 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -75/+33 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Remove make_bpstat_clear_actions_cleanup | Tom Tromey | 1 | -2/+2 |
2019-01-23 | Remove remaining cleanup from gdb/breakpoint.c | Tom Tromey | 1 | -12/+0 |
2019-01-23 | Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type | Tom Tromey | 1 | -5/+6 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -4/+4 |
2019-01-10 | Fix tracepoint.c:parse_tracepoint_definition leak (and one more) | Pedro Alves | 1 | -3/+3 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -108/+103 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Style locations when setting a breakpoint | Tom Tromey | 1 | -3/+9 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -4/+8 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -5/+2 |
2018-11-20 | gdb: Respect field width and alignment for 'fmt' fields in CLI output | Andrew Burgess | 1 | -3/+0 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -15/+11 |
2018-09-21 | Remove redundant test in update_inserted_breakpoint_locations | Yacov Simhony | 1 | -1/+1 |