aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Fix regressions caused by agent expression C++-ificationTom Tromey1-4/+4
2023-06-28Remove Python 2 from gdb documentationTom Tromey1-15/+8
2023-06-28Fix handling of DW_TAG_unspecified_type for AdaTom Tromey2-1/+9
2023-06-28Remove some Python 2 codeTom Tromey2-13/+3
2023-06-23gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.expThiago Jung Bauermann1-3/+25
2023-06-22Fix off-by-one errorTom Tromey1-1/+1
2023-06-22gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11Ilya Leoshkevich1-1/+3
2023-06-22[gdb/testsuite] Clean or check standard_output_file dir in gdb_initTom de Vries2-5/+41
2023-06-22Implement DAP "hover" contextTom Tromey4-6/+119
2023-06-22Implement DAP logging breakpointsTom Tromey3-3/+132
2023-06-22Handle supportsVariablePaging in DAPTom Tromey3-9/+25
2023-06-22Implement type checking for DAP breakpoint requestsTom Tromey1-46/+82
2023-06-22Handle exceptions when creating DAP breakpointsTom Tromey3-40/+92
2023-06-22Reuse breakpoints more frequently in DAPTom Tromey1-2/+4
2023-06-22Fix type of DAP hitConditionTom Tromey2-5/+8
2023-06-22gdb/DAP Few bug fixes & Evaluate Array Watch varsSimon Farre2-2/+2
2023-06-21Add missing backslash to update-gnulib.shTom Tromey1-0/+2
2023-06-21[gdb/testsuite] Add have_host_localeTom de Vries7-0/+42
2023-06-21[gdb/testsuite] Fix gdb.tui/wrap-line.expTom de Vries1-2/+8
2023-06-21[gdb/testsuite] Reimplement Term::command_no_prompt_prefixTom de Vries1-3/+17
2023-06-21[gdb/testsuite] Make Term::wait_for "" match only a promptTom de Vries2-0/+17
2023-06-20Use ARRAY_SIZE in ax-general.cTom Tromey1-3/+2
2023-06-20Remove aop_lastTom Tromey2-7/+0
2023-06-20Make aop_map 'static'Tom Tromey2-31/+30
2023-06-20Use bool for agent_expr::tracingTom Tromey2-9/+8
2023-06-20Simplify agent_expr constructorTom Tromey2-17/+6
2023-06-20Use std::vector<bool> for agent_expr::reg_maskTom Tromey3-45/+19
2023-06-20Use gdb::byte_vector in agent_exprTom Tromey6-105/+63
2023-06-20Remove mem2hexTom Tromey1-28/+2
2023-06-20Use std::string in do_set_commandTom Tromey1-15/+7
2023-06-20Use byte_vector in remote.c:readahead_cacheTom Tromey1-11/+8
2023-06-20Use std::string in linux-osdata.cTom Tromey1-36/+15
2023-06-20Use unique_xmalloc_ptr for mi_parse::commandTom Tromey5-20/+20
2023-06-20Use std::string for MI tokenTom Tromey4-24/+19
2023-06-19Revert "[gdb/testsuite] Clean standard_output_file dir in gdb_init"Tom de Vries2-3/+5
2023-06-19Fixes 28ab59607ef40b9571c0702ffba8f6aa6fb1b033Simon Farre1-3/+12
2023-06-19Fixes f1a614dc8f015743e9fe7fe5f3f019303f8db718Simon Farre1-0/+2
2023-06-19gdb/Python: Added ThreadExitedEventSimon Farre10-0/+172
2023-06-19gdb/dap - Getting thread namesSimon Farre1-1/+7
2023-06-19[gdb/testsuite] Add shared_gnat_runtime_has_debug_infoTom de Vries2-3/+26
2023-06-19[gdb/tui] Simplify tui_update_variablesTom de Vries1-15/+7
2023-06-19[gdb] Add template functions assign_return/set_if_changedTom de Vries2-0/+66
2023-06-18[gdb/testsuite] Clean standard_output_file dir in gdb_initTom de Vries2-5/+3
2023-06-17[gdb/testsuite] Remove f-string in gdb.python/py-unwind.pyTom de Vries1-1/+1
2023-06-17[gdb/testsuite] Add nopie in a few test-casesTom de Vries4-3/+18
2023-06-17[gdb/testsuite] Use require in gdb.dwarf2/implptr.expTom de Vries1-4/+3
2023-06-16[gdb/testsuite] Clean up before compilation in gdb.ada/call-no-debug.expTom de Vries1-0/+5
2023-06-16[gdb/testsuite] Use %progbits in gdb.arch/thumb*.STom de Vries3-3/+3
2023-06-16gdb: update IRC reference from Freenode to Libera.ChatAndrew Burgess1-1/+1
2023-06-14[gdb/testsuite] Fix gdb.base/step-over-exit.exp with glibc debuginfoTom de Vries1-1/+1