Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -1/+1 |
2019-08-26 | [gdb, c++] Improve error message when using libstdcxx without SDT probes | Tom de Vries | 1 | -2/+4 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Make "maint info breakpoints" show "catch catch/throw/rethrow" locations | Pedro Alves | 1 | -0/+8 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -13/+12 |
2019-06-15 | gdb/mi: New commands to catch C++ exceptions | Andrew Burgess | 1 | -26/+16 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -15/+11 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -11/+15 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-04-30 | Remove some is_mi_like_p from breakpoint code | Tom Tromey | 1 | -3/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -8/+8 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -5/+6 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -8/+4 |
2017-08-22 | Change install_breakpoint to take a std::unique_ptr | Tom Tromey | 1 | -2/+1 |
2017-08-14 | Use std::move in a few places | Tom Tromey | 1 | -1/+1 |
2017-07-22 | C++-ify break-catch-throw | Tom Tromey | 1 | -27/+13 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -13/+8 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -18/+11 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -9/+5 |
2017-04-05 | -Wwrite-strings: Some constification in gdb/breakpoint.c | Pedro Alves | 1 | -10/+13 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -27/+25 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -12/+7 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -5/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -4/+4 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 1 | -0/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-13 | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 1 | -4/+4 |
2015-08-11 | Explicit locations: introduce explicit locations | Keith Seitz | 1 | -2/+5 |
2015-08-11 | Explicit locations: introduce probe locations | Keith Seitz | 1 | -3/+2 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -3/+10 |
2015-08-11 | Explicit locations: rename "address string"/"addr_string" to "location" | Keith Seitz | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -10/+12 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -9/+14 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -7/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-03-20 | Fix probe-related internal error on AIX | Sergio Durigan Junior | 1 | -17/+20 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -9/+9 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Sanitize access to gdbarch on the SDT probe API (and fix ARM bug) | Sergio Durigan Junior | 1 | -3/+3 |