Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | sim/m32r: return register sizes after fetch and store | Andrew Burgess | 2 | -2/+24 |
2020-09-18 | Mention x86_64 Cygwin core file support in NEWS. | Jon Turney | 2 | -0/+6 |
2020-09-18 | Add handling for 64-bit module addresses in Cygwin core dumps | Jon Turney | 2 | -7/+28 |
2020-09-18 | Promote windows_core_xfer_shared_libraries and windows_core_pid_to_str | Jon Turney | 5 | -99/+120 |
2020-09-18 | Add amd64_windows_gregset_reg_offset | Jon Turney | 2 | -0/+75 |
2020-09-18 | Add sniffer for Cygwin x86_64 core dumps | Jon Turney | 2 | -0/+30 |
2020-09-18 | Fix "thread find" with multiple inferiors/targets (PR gdb/26631) | Pedro Alves | 4 | -0/+123 |
2020-09-18 | Split gdb.multi/multi-target.exp into separate testcases | Pedro Alves | 8 | -546/+670 |
2020-09-18 | Ensure that space allocated by assembler directives converts from an octet co... | Nick Clifton | 2 | -1/+7 |
2020-09-18 | gdb/testsuite: Add missing expected results | Andrew Burgess | 2 | -1/+8 |
2020-09-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-09-18 | gdb.cp/call-c.exp C++ify | Pedro Alves | 2 | -0/+7 |
2020-09-18 | gdb.python/py-frame-inline.exp and C++ | Pedro Alves | 2 | -1/+6 |
2020-09-18 | gdb.python/py-as-string.exp C++ify | Pedro Alves | 2 | -1/+5 |
2020-09-18 | gdb.base/sizeof.exp C++ify | Pedro Alves | 2 | -1/+5 |
2020-09-18 | gdb.base/share-env-with-gdbserver.exp C++ify | Pedro Alves | 2 | -1/+5 |
2020-09-18 | gdb.base/{prologue,symbol-alias}.exp C++ify | Pedro Alves | 5 | -2/+23 |
2020-09-18 | gdb.python/py-nested-maps.exp C++ify | Pedro Alves | 2 | -22/+31 |
2020-09-18 | gdb.python/{py-framefilter-mi,py-framefilter}.c C++ify | Pedro Alves | 3 | -6/+11 |
2020-09-18 | gdb.mi/var-cmd.c C++ify | Pedro Alves | 2 | -1/+5 |
2020-09-18 | gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ify | Pedro Alves | 6 | -11/+20 |
2020-09-18 | gdb.base/charset.{c,exp} C++ify | Pedro Alves | 3 | -7/+19 |
2020-09-18 | gdb.base/watchpoint.{c,exp} | Pedro Alves | 3 | -4/+11 |
2020-09-18 | gdb.base/printcmds.c C++-ify | Pedro Alves | 2 | -3/+8 |
2020-09-18 | gdb.base/examine-backward.exp C++ify and Clang | Pedro Alves | 3 | -4/+19 |
2020-09-18 | gdb.base/nested-addr.{c,exp} C++ify | Pedro Alves | 3 | -2/+7 |
2020-09-18 | gdb.base/break.exp C++ify | Pedro Alves | 2 | -22/+33 |
2020-09-18 | gdb.base/display.exp C++ify | Pedro Alves | 2 | -0/+7 |
2020-09-17 | gdb.base/find.exp C++ify | Pedro Alves | 3 | -1/+11 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 19 | -362/+250 |
2020-09-17 | Fix ctrl-c when debugging WOW64 processes | Hannes Domani | 2 | -3/+37 |
2020-09-17 | Use htab_up in dwarf2/read.c | Tom Tromey | 2 | -11/+13 |
2020-09-17 | Use htab_up in type copying | Tom Tromey | 7 | -28/+27 |
2020-09-17 | Use htab_up in typedef_hash_table | Tom Tromey | 3 | -21/+25 |
2020-09-17 | Use htab_up in target-descriptions.c | Tom Tromey | 2 | -9/+11 |
2020-09-17 | Use htab_up in linespec.c | Tom Tromey | 2 | -21/+19 |
2020-09-17 | Use htab_up in filename_seen_cache | Tom Tromey | 3 | -15/+18 |
2020-09-17 | Use htab_up in completion_tracker | Tom Tromey | 3 | -18/+27 |
2020-09-17 | Use htab_up in breakpoint.c | Tom Tromey | 2 | -8/+8 |
2020-09-17 | Use htab_up in auto-load.c | Tom Tromey | 2 | -25/+26 |
2020-09-17 | Make c-exp.y:name_obstack static | Tom Tromey | 2 | -1/+5 |
2020-09-17 | Skip IFUNC relocations in debug sections ignored by ld.so. Fixes some ld tes... | Mikael Pettersson | 2 | -1/+25 |
2020-09-17 | gdb/riscv: fix decode of c.sdsp instruction | Chungyi Chi | 2 | -1/+5 |
2020-09-17 | Tidy gas i386.exp | Alan Modra | 2 | -34/+38 |
2020-09-17 | opcodes/csky: return the default disassembler when there is no bfd | Andrew Burgess | 2 | -15/+22 |
2020-09-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-09-16 | gdb: use bool in the solib catchpoint area | Simon Marchi | 3 | -33/+43 |
2020-09-16 | gdb: update instance_flags field name in gdb-gdb.py.in | Simon Marchi | 2 | -1/+6 |
2020-09-16 | Match demangled name in "skip" | Tom Tromey | 5 | -5/+79 |
2020-09-16 | Assume FreeBSD kernels always report exec events. | John Baldwin | 3 | -8/+10 |