Age | Commit message (Expand) | Author | Files | Lines |
2020-04-02 | gdb: Don't remove duplicate entries from the line table | Andrew Burgess | 3 | -0/+103 |
2020-03-19 | [gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs | Tom de Vries | 1 | -4/+22 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 14 | -14/+14 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 14 | -14/+14 |
2018-11-20 | gdb: Respect field width and alignment for 'fmt' fields in CLI output | Andrew Burgess | 1 | -0/+36 |
2018-06-29 | "break LINENO/*ADDRESS", inline functions and "info break" output | Pedro Alves | 1 | -0/+6 |
2018-06-29 | Fix running to breakpoint set in inline function by lineno/address | Pedro Alves | 2 | -1/+43 |
2018-06-19 | Change inline frame breakpoint skipping logic (fix gdb.gdb/selftest.exp) | Pedro Alves | 2 | -0/+59 |
2018-06-14 | Revert accidental push of "Inline breakpoints" commit | Pedro Alves | 2 | -38/+0 |
2018-06-14 | Inline breakpoints | Pedro Alves | 2 | -0/+38 |
2018-05-17 | Don't elide all inlined frames | Keith Seitz | 2 | -0/+96 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 14 | -14/+14 |
2017-11-22 | Show optimized out local variables in "info locals" | Simon Marchi | 1 | -0/+2 |
2017-11-13 | gdb.opt/inline-locals.exp: Remove trailing parentheses in test names | Simon Marchi | 1 | -18/+18 |
2017-10-27 | Use SaL symbol name when reporting breakpoint locations | Keith Seitz | 1 | -0/+75 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 14 | -14/+14 |
2016-12-23 | Fix more cases of improper test names | Luis Machado | 5 | -7/+7 |
2016-12-01 | Fixup testcases outputting own name as a test name and standardize failed com... | Luis Machado | 1 | -1/+1 |
2016-12-01 | Fix test names starting with uppercase using gdb_test on a single line. | Luis Machado | 1 | -1/+1 |
2016-12-01 | Fix test names starting with uppercase output by basic functions | Luis Machado | 1 | -1/+1 |
2016-07-19 | Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline)) | Pedro Alves | 5 | -5/+11 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 2 | -1/+63 |
2016-04-27 | Rename gdb_load_shlibs to gdb_load_shlib | Simon Marchi | 1 | -1/+1 |
2016-02-08 | Always organize test artifacts in a directory hierarchy | Simon Marchi | 1 | -25/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 14 | -14/+14 |
2015-09-15 | [ppc64le] Use skip_entrypoint for skip_trampoline_code | Jan Kratochvil | 3 | -0/+141 |
2015-08-24 | Make z int | Luis Machado | 1 | -1/+1 |
2015-08-24 | Make z volatile. | Luis Machado | 1 | -1/+2 |
2015-08-24 | Prevent GCC from folding inline test functions | Luis Machado | 4 | -3/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 11 | -11/+11 |
2014-05-30 | Use attribute to specify the required inlining semantics | David Blaikie | 2 | -4/+2 |
2014-04-18 | Fix PR backtrace/15558 | Pedro Alves | 1 | -0/+16 |
2014-04-11 | Compile inline test with -std=gnu89 explicitly to override Clang's default (-... | David Blaikie | 1 | -1/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 11 | -11/+11 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 11 | -11/+11 |
2012-06-25 | * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile, | Tom Tromey | 5 | -67/+21 |
2012-06-21 | * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) | Tom Tromey | 4 | -4/+4 |
2012-05-17 | * Makefile.in (clean): Remove Fission .dwo and .dwp files. | Doug Evans | 1 | -0/+1 |
2012-03-16 | gdb: | Gary Benson | 2 | -0/+273 |
2012-01-16 | 2012-01-16 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -4/+0 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 9 | -9/+9 |
2011-05-02 | * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to | Edjunior Barbosa Machado | 1 | -2/+23 |
2011-02-22 | 2011-02-22 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-01-25 | Centralize printing "<optimized out>". | Pedro Alves | 2 | -4/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 9 | -9/+9 |
2010-07-27 | * gdb.opt/inline-cmds.c (ATTR): New define. | Tom Tromey | 4 | -10/+37 |
2010-06-02 | 2010-06-02 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 9 | -9/+9 |
2009-06-30 | * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573. | Daniel Jacobowitz | 1 | -24/+4 |
2009-06-28 | gdb/ | Daniel Jacobowitz | 9 | -4/+732 |