Age | Commit message (Expand) | Author | Files | Lines |
2020-06-24 | Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch. | Philippe Waroquiers | 4 | -5/+24 |
2020-06-23 | gdb: New maintenance command to print XML target description | Andrew Burgess | 11 | -1/+341 |
2020-06-23 | gdb: Print compatible information within print_xml_feature | Andrew Burgess | 2 | -10/+63 |
2020-06-23 | gdb: Allow target description to be dumped even when it is remote | Andrew Burgess | 2 | -4/+16 |
2020-06-23 | gdb: add some more empty lines in loc.c | Simon Marchi | 2 | -0/+22 |
2020-06-23 | gdb: add empty lines in loc.c | Simon Marchi | 2 | -1/+51 |
2020-06-23 | Fix "maint selftest" regression, add struct scoped_mock_context | Pedro Alves | 4 | -93/+109 |
2020-06-23 | Adjust command completion output when TUI is disabled | Sandra Loosemore | 2 | -4/+18 |
2020-06-23 | Improve -Wunused-value testcase build failures fix | Gary Benson | 9 | -35/+47 |
2020-06-23 | gdb: Convert language la_is_string_type_p field to a method | Andrew Burgess | 14 | -97/+156 |
2020-06-23 | gdb: Convert language la_print_typedef field to a method | Andrew Burgess | 14 | -51/+118 |
2020-06-23 | gdb: Convert language la_printstr field to a method | Andrew Burgess | 14 | -240/+297 |
2020-06-23 | gdb: Convert language la_printchar field to a method | Andrew Burgess | 13 | -51/+111 |
2020-06-23 | gdb: Convert language la_emitchar field to a method | Andrew Burgess | 13 | -152/+173 |
2020-06-23 | gdb: Convert language la_post_parser field to a method | Andrew Burgess | 15 | -61/+65 |
2020-06-23 | gdb: Convert language la_parser field to a method | Andrew Burgess | 14 | -35/+113 |
2020-06-23 | Avoid testcase build failures with -Wunused-value | Gary Benson | 9 | -35/+46 |
2020-06-23 | gdb: Add --with-python-libdir to gdb's --configuration output | Andrew Burgess | 2 | -0/+14 |
2020-06-22 | NEWS and documentation for alias default-args related concept and commands. | Philippe Waroquiers | 4 | -6/+139 |
2020-06-22 | Add tests for new alias default-args related commands and arguments. | Philippe Waroquiers | 10 | -11/+187 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 16 | -96/+380 |
2020-06-22 | Disable parts of gdb.base/source-dir.exp on remote host | Sandra Loosemore | 2 | -1/+16 |
2020-06-22 | gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptor | Tankut Baris Aktemur | 2 | -13/+22 |
2020-06-22 | Solaris, target_wait(), don't rely on inferior_ptid | Pedro Alves | 3 | -48/+40 |
2020-06-21 | Various procfs.c cleanups | Rainer Orth | 2 | -175/+52 |
2020-06-21 | [PR gdb/25939] Move push_target call earlier in procfs.c | Rainer Orth | 2 | -5/+10 |
2020-06-21 | Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c... | Philippe Waroquiers | 7 | -4/+104 |
2020-06-20 | Adjust gdb.mi/mi-sym-info.exp filename patterns. | Sandra Loosemore | 2 | -9/+14 |
2020-06-20 | Fix gdb.base/list-missing-source.exp on remote host. | Sandra Loosemore | 2 | -1/+7 |
2020-06-19 | Fixes for gdb.xml/tdesc-regs.exp. | Sandra Loosemore | 2 | -2/+9 |
2020-06-19 | [gdb/testsuite] Limit default_target_compile override | Tom de Vries | 3 | -13/+72 |
2020-06-18 | Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412) | Pedro Alves | 3 | -72/+59 |
2020-06-18 | Don't write to inferior_ptid in aix-thread.c | Pedro Alves | 2 | -1/+5 |
2020-06-18 | Don't write to inferior_ptid in ravenscar-thread.c | Pedro Alves | 2 | -25/+32 |
2020-06-18 | Don't write to inferior_ptid in windows-nat.c, part II | Pedro Alves | 4 | -51/+70 |
2020-06-18 | Don't write to inferior_ptid in windows-nat.c, part I | Pedro Alves | 2 | -6/+4 |
2020-06-18 | Don't write to inferior_ptid in go32-nat.c | Pedro Alves | 2 | -2/+8 |
2020-06-18 | Don't write to inferior_ptid in fork-child.c | Pedro Alves | 2 | -3/+4 |
2020-06-18 | Don't write to inferior_ptid in bsd-kvm.c | Pedro Alves | 2 | -2/+7 |
2020-06-18 | Don't write to inferior_ptid in btrace_fetch | Pedro Alves | 2 | -5/+11 |
2020-06-18 | Don't write to inferior_ptid in bsd-kvm.c | Pedro Alves | 2 | -1/+6 |
2020-06-18 | Don't write to inferior_ptid in corelow.c | Pedro Alves | 2 | -11/+16 |
2020-06-18 | Don't write to inferior_ptid in darwin-nat.c | Pedro Alves | 2 | -9/+20 |
2020-06-18 | Don't write to inferior_ptid in gnu-nat.c | Pedro Alves | 2 | -8/+17 |
2020-06-18 | Don't write to inferior_ptid in go32-nat.c | Pedro Alves | 2 | -4/+5 |
2020-06-18 | Don't write to inferior_ptid in nto-procfs.c | Pedro Alves | 2 | -12/+26 |
2020-06-18 | Don't write to inferior_ptid in remote-sim.c | Pedro Alves | 2 | -5/+13 |
2020-06-18 | Don't write to inferior_ptid in remote.c | Pedro Alves | 2 | -16/+28 |
2020-06-18 | Don't write to inferior_ptid in tracectf.c | Pedro Alves | 2 | -3/+11 |
2020-06-18 | Don't write to inferior_ptid in tracefile-tfile.c | Pedro Alves | 2 | -3/+11 |