Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Make bp_location derive from refcounted_object | Tom Tromey | 1 | -6/+24 |
2020-11-19 | gdb: convert some function arguments from int to bool | Andrew Burgess | 1 | -3/+3 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 1 | -2/+4 |
2020-10-27 | gdb/breakpoint: disable a bp location if condition is invalid at that location | Tankut Baris Aktemur | 1 | -0/+6 |
2020-09-16 | gdb: use bool in the solib catchpoint area | Simon Marchi | 1 | -4/+14 |
2020-08-28 | [gdb/breakpoint] Handle setting breakpoint on label without address | Tom de Vries | 1 | -3/+3 |
2020-01-29 | Recognize more program breakpoint patterns | Luis Machado | 1 | -5/+0 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-09 | Fix scripted probe breakpoints | George Barrett | 1 | -0/+9 |
2019-11-26 | Remove unused rbreak_command_wrapper and other declarations | Simon Marchi | 1 | -3/+0 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 1 | -2/+3 |
2019-09-21 | gdb: make watchpoint::val_valid a bool | Simon Marchi | 1 | -2/+3 |
2019-09-21 | gdb: change "nonzero" to "true" in comments | Simon Marchi | 1 | -3/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-06 | Change breakpoint::filter to be a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+2 |
2019-07-10 | breakpoint: Make is_*point functions return bool | Simon Marchi | 1 | -6/+10 |
2019-07-10 | Make some bpstat functions use bool | Simon Marchi | 1 | -6/+6 |
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 | -0/+5 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -1/+6 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-07-02 | Remove return value from remove_breakpoints_inf | Simon Marchi | 1 | -1/+3 |
2019-06-15 | gdb/mi: New commands to catch C++ exceptions | Andrew Burgess | 1 | -0/+20 |
2019-05-10 | Fix GDB build when using --disable-gdbmi | Simon Marchi | 1 | -0/+5 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -9/+7 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -7/+9 |
2019-02-15 | C++-ify bp_location | Tom Tromey | 1 | -15/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 1 | -0/+3 |
2018-07-10 | Use std::vector for moribund_locations | Tom Tromey | 1 | -3/+0 |
2018-07-03 | Remove VEC from breakpoint | Tom Tromey | 1 | -9/+4 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+3 |
2018-05-17 | Don't elide all inlined frames | Keith Seitz | 1 | -1/+29 |
2018-05-04 | Use function_view in cli-script.c | Tom Tromey | 1 | -4/+0 |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 1 | -5/+1 |
2018-04-26 | Fix setting breakpoints on ifunc functions after they're already resolved | Pedro Alves | 1 | -0/+8 |
2018-04-06 | Change breakpoints to use value_ref_ptr | Tom Tromey | 1 | -3/+2 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -6/+6 |
2017-11-04 | Introduce gdb_breakpoint_up | Tom Tromey | 1 | -6/+14 |
2017-11-04 | Replace start_rbreak_breakpoints and end_rbreak_breakpoints | Tom Tromey | 1 | -4/+12 |
2017-10-27 | Use SaL symbol name when reporting breakpoint locations | Keith Seitz | 1 | -0/+5 |
2017-10-26 | Remove regular_breakpoint_inserted_here_p declaration | Yao Qi | 1 | -3/+0 |