Age | Commit message (Expand) | Author | Files | Lines |
2023-06-22 | Fix off-by-one error | Tom Tromey | 1 | -1/+1 |
2023-06-22 | gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11 | Ilya Leoshkevich | 1 | -1/+3 |
2023-06-22 | [gdb/testsuite] Clean or check standard_output_file dir in gdb_init | Tom de Vries | 2 | -5/+41 |
2023-06-22 | Implement DAP "hover" context | Tom Tromey | 4 | -6/+119 |
2023-06-22 | Implement DAP logging breakpoints | Tom Tromey | 3 | -3/+132 |
2023-06-22 | Handle supportsVariablePaging in DAP | Tom Tromey | 3 | -9/+25 |
2023-06-22 | Implement type checking for DAP breakpoint requests | Tom Tromey | 1 | -46/+82 |
2023-06-22 | Handle exceptions when creating DAP breakpoints | Tom Tromey | 3 | -40/+92 |
2023-06-22 | Reuse breakpoints more frequently in DAP | Tom Tromey | 1 | -2/+4 |
2023-06-22 | Fix type of DAP hitCondition | Tom Tromey | 2 | -5/+8 |
2023-06-22 | gdb/DAP Few bug fixes & Evaluate Array Watch vars | Simon Farre | 2 | -2/+2 |
2023-06-21 | Add missing backslash to update-gnulib.sh | Tom Tromey | 1 | -0/+2 |
2023-06-21 | [gdb/testsuite] Add have_host_locale | Tom de Vries | 7 | -0/+42 |
2023-06-21 | [gdb/testsuite] Fix gdb.tui/wrap-line.exp | Tom de Vries | 1 | -2/+8 |
2023-06-21 | [gdb/testsuite] Reimplement Term::command_no_prompt_prefix | Tom de Vries | 1 | -3/+17 |
2023-06-21 | [gdb/testsuite] Make Term::wait_for "" match only a prompt | Tom de Vries | 2 | -0/+17 |
2023-06-20 | Use ARRAY_SIZE in ax-general.c | Tom Tromey | 1 | -3/+2 |
2023-06-20 | Remove aop_last | Tom Tromey | 2 | -7/+0 |
2023-06-20 | Make aop_map 'static' | Tom Tromey | 2 | -31/+30 |
2023-06-20 | Use bool for agent_expr::tracing | Tom Tromey | 2 | -9/+8 |
2023-06-20 | Simplify agent_expr constructor | Tom Tromey | 2 | -17/+6 |
2023-06-20 | Use std::vector<bool> for agent_expr::reg_mask | Tom Tromey | 3 | -45/+19 |
2023-06-20 | Use gdb::byte_vector in agent_expr | Tom Tromey | 6 | -105/+63 |
2023-06-20 | Remove mem2hex | Tom Tromey | 1 | -28/+2 |
2023-06-20 | Use std::string in do_set_command | Tom Tromey | 1 | -15/+7 |
2023-06-20 | Use byte_vector in remote.c:readahead_cache | Tom Tromey | 1 | -11/+8 |
2023-06-20 | Use std::string in linux-osdata.c | Tom Tromey | 1 | -36/+15 |
2023-06-20 | Use unique_xmalloc_ptr for mi_parse::command | Tom Tromey | 5 | -20/+20 |
2023-06-20 | Use std::string for MI token | Tom Tromey | 4 | -24/+19 |
2023-06-19 | Revert "[gdb/testsuite] Clean standard_output_file dir in gdb_init" | Tom de Vries | 2 | -3/+5 |
2023-06-19 | Fixes 28ab59607ef40b9571c0702ffba8f6aa6fb1b033 | Simon Farre | 1 | -3/+12 |
2023-06-19 | Fixes f1a614dc8f015743e9fe7fe5f3f019303f8db718 | Simon Farre | 1 | -0/+2 |
2023-06-19 | gdb/Python: Added ThreadExitedEvent | Simon Farre | 10 | -0/+172 |
2023-06-19 | gdb/dap - Getting thread names | Simon Farre | 1 | -1/+7 |
2023-06-19 | [gdb/testsuite] Add shared_gnat_runtime_has_debug_info | Tom de Vries | 2 | -3/+26 |
2023-06-19 | [gdb/tui] Simplify tui_update_variables | Tom de Vries | 1 | -15/+7 |
2023-06-19 | [gdb] Add template functions assign_return/set_if_changed | Tom de Vries | 2 | -0/+66 |
2023-06-18 | [gdb/testsuite] Clean standard_output_file dir in gdb_init | Tom de Vries | 2 | -5/+3 |
2023-06-17 | [gdb/testsuite] Remove f-string in gdb.python/py-unwind.py | Tom de Vries | 1 | -1/+1 |
2023-06-17 | [gdb/testsuite] Add nopie in a few test-cases | Tom de Vries | 4 | -3/+18 |
2023-06-17 | [gdb/testsuite] Use require in gdb.dwarf2/implptr.exp | Tom de Vries | 1 | -4/+3 |
2023-06-16 | [gdb/testsuite] Clean up before compilation in gdb.ada/call-no-debug.exp | Tom de Vries | 1 | -0/+5 |
2023-06-16 | [gdb/testsuite] Use %progbits in gdb.arch/thumb*.S | Tom de Vries | 3 | -3/+3 |
2023-06-16 | gdb: update IRC reference from Freenode to Libera.Chat | Andrew Burgess | 1 | -1/+1 |
2023-06-14 | [gdb/testsuite] Fix gdb.base/step-over-exit.exp with glibc debuginfo | Tom de Vries | 1 | -1/+1 |
2023-06-13 | [gdb/testsuite] Fix gdb.tui/long-prompt.exp with read1 | Tom de Vries | 1 | -4/+1 |
2023-06-13 | [gdb/testsuite] Fix and add prompt anchoring in tuiterm | Tom de Vries | 2 | -2/+100 |
2023-06-13 | [gdb/testsuite] Allow procs with default value args in with_override | Tom de Vries | 2 | -2/+99 |
2023-06-13 | [gdb/testsuite] Fix gdb.dap/type_check.exp with older python | Tom de Vries | 2 | -1/+10 |
2023-06-13 | gdb/testsuite: use proper int size for gdb.dwarf2/symbol_needs_eval*.exp | Lancelot SIX | 2 | -6/+18 |