Age | Commit message (Expand) | Author | Files | Lines |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
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 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -6/+4 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -4/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-19 | gdb: Add default frame methods to gdbarch | Andrew Burgess | 1 | -0/+20 |
2018-02-14 | Fix GDB crash after Quit thrown from unwinder sniffer | Pedro Alves | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-08 | Remove cleanup from frame_prepare_for_sniffer | Tom Tromey | 1 | -8/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-11 | Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exception | Yao Qi | 1 | -1/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+6 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -10/+13 |
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-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -1/+1 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-16 | frame, backtrace: allow targets to supply a frame unwinder | Markus Metzger | 1 | -28/+58 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-28 | get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant. | Pedro Alves | 1 | -3/+7 |
2013-11-27 | Fix type of not saved registers. | Pedro Alves | 1 | -1/+8 |
2013-11-27 | Make "set debug frame 1" output print <not saved> instead of <optimized out>. | Pedro Alves | 1 | -3/+5 |
2013-07-04 | Use allocate_optimized_out_value instead of set_value_optimized_out. | Pedro Alves | 1 | -4/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -5/+32 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+6 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-08-11 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2010-08-11 | gdb/ | Jan Kratochvil | 1 | -2/+6 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+1 |
2010-05-07 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-08-31 | Implement TARGET_OBJECT_STACK_MEMORY. | Doug Evans | 1 | -1/+3 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -1/+2 |
2009-07-02 | * frame.h (frame_unwind_arch): New. | Ulrich Weigand | 1 | -5/+5 |
2009-06-28 | gdb/ | Daniel Jacobowitz | 1 | -1/+4 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-05-06 | * frame-unwind.c (frame_unwind_got_bytes): New function. | Joel Brobecker | 1 | -0/+11 |
2008-04-30 | Convert frame unwinders to use the current frame and | Daniel Jacobowitz | 1 | -28/+108 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |