Age | Commit message (Expand) | Author | Files | Lines |
2022-11-28 | gdb/testsuite: remove use of then keyword from gdb.arch/*.exp | Andrew Burgess | 94 | -142/+142 |
2022-11-28 | gdb/testsuite: remove use of then keyword from gdb.base/*.exp | Andrew Burgess | 216 | -435/+435 |
2022-11-28 | gdb/testsuite: remove use of then keyword from gdb.ada/*.exp | Andrew Burgess | 51 | -55/+55 |
2022-11-28 | gdb/testsuite: remove DOS line endings from a test script | Andrew Burgess | 1 | -92/+92 |
2022-11-28 | Don't let gdb_stdlog use pager | Tom Tromey | 2 | -10/+15 |
2022-11-28 | Don't let tee_file own a stream | Tom Tromey | 6 | -21/+20 |
2022-11-28 | Remove 'saved_output' global | Tom Tromey | 2 | -30/+33 |
2022-11-28 | Remove no longer used jump label | Hannes Domani | 1 | -1/+0 |
2022-11-28 | Actually set m_is_async to current async mode | Hannes Domani | 1 | -0/+2 |
2022-11-28 | Don't use auto for lambda parameter | Hannes Domani | 1 | -1/+1 |
2022-11-28 | Fix calling convention of thread entry point | Hannes Domani | 1 | -7/+12 |
2022-11-28 | gdb: mark disassembler function callback types as noexcept | Andrew Burgess | 1 | -12/+28 |
2022-11-28 | gdb/disasm: mark functions passed to the disassembler noexcept | Andrew Burgess | 5 | -29/+37 |
2022-11-28 | gdb/python: avoid throwing an exception over libopcodes code | Andrew Burgess | 1 | -16/+63 |
2022-11-28 | Remove reset_ecs and execution_control_state::reset | Tom Tromey | 1 | -79/+44 |
2022-11-28 | gdb: relax requirement for the map_failed stap probe to be present | Andrew Burgess | 1 | -7/+26 |
2022-11-28 | [gdb/testsuite] Require hw watchpoint in gdb.ada/task_watch.exp | Tom de Vries | 1 | -0/+2 |
2022-11-28 | [gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp for ppc64le | Tom de Vries | 1 | -1/+1 |
2022-11-28 | gdb/testsuite: fail if gdb_start_cmd fails | Simon Marchi | 10 | -42/+43 |
2022-11-28 | Fix range type signed-ness heuristic | Tom Tromey | 3 | -8/+76 |
2022-11-28 | gdb: disable commit resumed in target_kill | Simon Marchi | 3 | -0/+160 |
2022-11-28 | gdbserver: switch to right process in find_one_thread | Simon Marchi | 2 | -0/+95 |
2022-11-28 | Fix crash in "document" command | Tom Tromey | 2 | -0/+6 |
2022-11-28 | [gdb/testsuite] Fix gdb.opt/solib-intra-step.exp for powerpc64le | Tom de Vries | 1 | -0/+19 |
2022-11-28 | gdb: fix assert when quitting GDB while a thread is stepping | Andrew Burgess | 2 | -0/+57 |
2022-11-28 | gdb/testsuite: refactor gdb.threads/detach-step-over.exp | Andrew Burgess | 1 | -100/+138 |
2022-11-28 | gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp | Simon Marchi | 1 | -23/+17 |
2022-11-28 | [gdb/testsuite] Fix gdb.arch/altivec-regs.exp with gcc 4.8.5 | Tom de Vries | 1 | -1/+1 |
2022-11-28 | [gdb/tdep] Fix gdb.base/msym-bp-shl.exp for ppc64le | Tom de Vries | 1 | -0/+5 |
2022-11-27 | Fix leak in the dwarf reader | Philippe Waroquiers | 1 | -1/+1 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 11 | -22/+22 |
2022-11-26 | [gdb/testsuite] Don't generate core in gdb.base/bt-on-fatal-signal.exp | Tom de Vries | 2 | -1/+15 |
2022-11-26 | [gdb/symtab] Handle failure to open .gnu_debugaltlink file | Tom de Vries | 2 | -1/+58 |
2022-11-26 | Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct. | Philippe Waroquiers | 1 | -0/+1 |
2022-11-26 | remove the declared but undefined/unused method find_partial_die | Philippe Waroquiers | 1 | -2/+0 |
2022-11-24 | gdb: fix typo in debug output message | Andrew Burgess | 1 | -1/+1 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break | Simon Marchi | 1 | -307/+293 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_tbreak | Simon Marchi | 1 | -46/+36 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_no_break_on_catchpoint | Simon Marchi | 1 | -11/+17 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_nonexistent_line | Simon Marchi | 1 | -5/+15 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_default | Simon Marchi | 1 | -25/+37 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_silent_and_more | Simon Marchi | 1 | -56/+62 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_line_convenience_var | Simon Marchi | 1 | -5/+11 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_user_call | Simon Marchi | 1 | -22/+32 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_finish_arguments | Simon Marchi | 1 | -22/+28 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: use proc_with_prefix for test_next_with_rec... | Simon Marchi | 1 | -1/+1 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_optimized_prologue | Simon Marchi | 1 | -51/+48 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_rbreak_shlib | Simon Marchi | 1 | -18/+18 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_file_line_convenience_var | Simon Marchi | 1 | -6/+8 |
2022-11-24 | gdb/testsuite/gdb.base/break.exp: split test_break_commands_clear | Simon Marchi | 1 | -8/+16 |