Age | Commit message (Expand) | Author | Files | Lines |
2022-06-25 | Fix corrupt DWARF in dw2-double-set-die-type | Tom Tromey | 1 | -31/+0 |
2022-06-25 | Fix end of CU calculation in cooked_indexer::index_dies | Tom Tromey | 1 | -1/+3 |
2022-06-25 | gdb: LoongArch: Implement loongarch_linux_syscall_next_pc() | Tiezhu Yang | 3 | -0/+36 |
2022-06-25 | gdb: LoongArch: Define register numbers and clean up code | Tiezhu Yang | 4 | -133/+89 |
2022-06-24 | Eliminate TUI/CLI observers duplication | Pedro Alves | 2 | -253/+64 |
2022-06-24 | Revert "Delete delete_thread_silent" | Pedro Alves | 2 | -5/+27 |
2022-06-24 | gdb/arm: Update the value of active sp when base sp changes | Yvan Roux | 1 | -5/+11 |
2022-06-24 | gdb/testsuite: remove unneeded calls to get_compiler_info | Andrew Burgess | 174 | -714/+10 |
2022-06-24 | gdb/testsuite: remove global gcc_compiled from gdb.exp | Andrew Burgess | 37 | -177/+54 |
2022-06-24 | Include count of unexpected core files in gdb.sum summary | Pedro Alves | 2 | -1/+49 |
2022-06-24 | Improve core file path detection & put cores in output dir | Pedro Alves | 5 | -54/+117 |
2022-06-24 | gdb: make use of RAII in run_inferior_call | Andrew Burgess | 1 | -14/+11 |
2022-06-24 | Delete delete_thread_silent | Pedro Alves | 2 | -27/+5 |
2022-06-23 | Don't declare cli_set_logging | Tom Tromey | 1 | -5/+0 |
2022-06-23 | Use PyBool_FromLong | Tom Tromey | 3 | -8/+4 |
2022-06-22 | Use std::string for interpreter_p | Tom Tromey | 4 | -31/+15 |
2022-06-22 | Move mi_interpreter to mi-interp.h | Tom Tromey | 3 | -51/+51 |
2022-06-22 | Use unique_xmalloc_ptr in interp | Tom Tromey | 2 | -8/+6 |
2022-06-21 | Document how GDB searches for files when using -s, -e, and -se options | Kevin Buettner | 1 | -0/+5 |
2022-06-20 | Move finish_print out of value_print_options | Tom Tromey | 3 | -9/+10 |
2022-06-18 | Fix assertion failure in copy_type | Tom Tromey | 2 | -12/+12 |
2022-06-18 | gdb/python: Export nibbles to python layer | Enze Li | 3 | -1/+84 |
2022-06-18 | gdb/doc: Documentation for the new print command | Enze Li | 2 | -4/+36 |
2022-06-18 | gdb: Add new 'print nibbles' feature | Enze Li | 8 | -3/+113 |
2022-06-17 | gdb: NEWS: Move LoongArch gdbserver to the correct section | Tiezhu Yang | 1 | -3/+8 |
2022-06-17 | Fix GDB build with GCC 4.8 & 4.9 | Pedro Alves | 2 | -10/+15 |
2022-06-17 | Convert set_location_spec_string to a method | Pedro Alves | 3 | -27/+19 |
2022-06-17 | Convert location_spec_to_string to a method | Pedro Alves | 8 | -49/+27 |
2022-06-17 | Convert location_spec_type to a method | Pedro Alves | 5 | -31/+25 |
2022-06-17 | Convert location_spec_empty_p to a method | Pedro Alves | 3 | -15/+2 |
2022-06-17 | Eliminate copy_location_spec | Pedro Alves | 4 | -19/+6 |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 9 | -506/+452 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 21 | -591/+605 |
2022-06-16 | [gdb/testsuite] Fix have_mpx test | Tom de Vries | 1 | -1/+1 |
2022-06-15 | Check for listeners in emit_exiting_event | Tom Tromey | 1 | -0/+3 |
2022-06-15 | Add to documentation of Python 'dont_repeat' method | Tom Tromey | 1 | -2/+4 |
2022-06-15 | gdb/arm: Make sp alias for one of the other stack pointers | Yvan Roux | 1 | -9/+11 |
2022-06-15 | gdb/arm: Track msp and psp | Yvan Roux | 1 | -0/+18 |
2022-06-15 | gdb/arm: Fetch initial sp value prior to compare | Yvan Roux | 1 | -0/+1 |
2022-06-15 | gdb: unify two dis_asm_read_memory functions in disasm.c | Andrew Burgess | 2 | -25/+20 |
2022-06-15 | gdb: refactor the non-printing disassemblers | Andrew Burgess | 7 | -135/+170 |
2022-06-15 | gdb/python: implement the print_insn extension language hook | Andrew Burgess | 12 | -1/+2648 |
2022-06-15 | gdb: add extension language print_insn hook | Andrew Burgess | 6 | -4/+78 |
2022-06-15 | gdb: add new base class to gdb_disassembler | Andrew Burgess | 4 | -52/+154 |
2022-06-15 | gdb/python: convert gdbpy_err_fetch to use gdbpy_ref | Andrew Burgess | 2 | -17/+14 |
2022-06-15 | gdb: Always suppress stringop-overread warning in debuginfod-support.c | Mark Wielaard | 1 | -7/+4 |
2022-06-14 | [gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.exp | Tom de Vries | 1 | -1/+3 |
2022-06-14 | Implement lazy FPU initialization for ravenscar | Tom Tromey | 3 | -56/+217 |
2022-06-14 | Reimplement ravenscar registers using tables | Tom Tromey | 7 | -580/+206 |
2022-06-14 | Fix bugs in aarch64-ravenscar-thread.c | Tom Tromey | 1 | -13/+10 |