Age | Commit message (Expand) | Author | Files | Lines |
2019-06-13 | Migrate rest of compile commands to new options framework | Pedro Alves | 1 | -5/+10 |
2019-05-21 | [gdb/testsuite] Require c++11 where necessary | Tom de Vries | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 39 | -39/+39 |
2018-10-19 | Testsuite: compile-cplus-print.exp: Start inferior before compiling | Alan Hayward | 1 | -4/+4 |
2018-10-03 | Skip gdb ifunc tests on targets that don't support this feature. | Sandra Loosemore | 1 | -0/+4 |
2018-08-29 | C++ compile support | Keith Seitz | 21 | -0/+1715 |
2018-08-16 | Use gdb_test_no_output for compile tests expected to pass | Keith Seitz | 1 | -2/+2 |
2018-04-26 | Calling ifunc functions when target has no debug info but resolver has | Pedro Alves | 1 | -4/+5 |
2018-01-17 | Relax gdb.compile/compile.exp to match the address printed for frame | Yao Qi | 1 | -2/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 18 | -18/+18 |
2017-09-04 | Stop assuming no-debug-info variables have type int | Pedro Alves | 1 | -2/+3 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -4/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 18 | -18/+18 |
2016-12-23 | Fix more cases of improper test names | Luis Machado | 4 | -5/+5 |
2016-12-01 | Fix test names starting with uppercase using multi-line gdb_test_no_output | Luis Machado | 1 | -3/+3 |
2016-12-01 | Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test | Luis Machado | 1 | -5/+5 |
2016-12-01 | Fix test names starting with uppercase output by basic functions | Luis Machado | 1 | -1/+1 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -2/+2 |
2016-04-27 | Rename gdb_load_shlibs to gdb_load_shlib | Simon Marchi | 1 | -1/+1 |
2016-04-07 | Fix gdb.compile/compile.exp shlib regression | Pedro Alves | 1 | -3/+7 |
2016-02-08 | Always organize test artifacts in a directory hierarchy | Simon Marchi | 1 | -21/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 18 | -18/+18 |
2015-10-25 | Fix compile.exp error message expectation | Jan Kratochvil | 1 | -1/+1 |
2015-08-27 | Force language to C in gdb.compile/compile-ifunc.exp | Luis Machado | 1 | -0/+6 |
2015-07-08 | compile: Warn for old GCC on cv-qualified self-reference | Jan Kratochvil | 2 | -34/+44 |
2015-06-04 | compile-print.exp: xfail->kfail for '@' GDB array operator | Jan Kratochvil | 1 | -2/+2 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -2/+2 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 2 | -0/+90 |
2015-05-16 | compile: Use -Wall, not -w | Jan Kratochvil | 2 | -6/+14 |
2015-02-26 | compile: Fix GNU-IFUNC funcs called from injected code | Jan Kratochvil | 2 | -0/+100 |
2015-01-22 | compile: Fix function pointers | Jan Kratochvil | 1 | -0/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 14 | -14/+14 |
2014-12-17 | Fix MinGW compilation | Jan Kratochvil | 4 | -4/+4 |
2014-12-12 | the "compile" command | Tom Tromey | 15 | -0/+1344 |