aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Added self to W.A.A. maintainersSimon Farre1-0/+1
2023-06-12gdb/testsuite: Testing with the armflang compilerRichard Bunt1-1/+4
2023-06-12Remove f-strings from DAPTom Tromey4-4/+4
2023-06-12Implement DAP conditional breakpointsTom Tromey3-16/+144
2023-06-12Do not report totalFrames from DAP stackTrace requestTom Tromey1-7/+5
2023-06-12Implement DAP breakpointLocations requestTom Tromey5-1/+63
2023-06-12Add "stop at main" extension to DAP launch requestTom Tromey4-3/+61
2023-06-12Add "target" parameter to DAP attach requestTom Tromey4-4/+74
2023-06-12Handle DAP supportsVariableType capabilityTom Tromey5-3/+19
2023-06-12Implement DAP setExpression requestTom Tromey2-1/+28
2023-06-12Add gdb.Value.assign methodTom Tromey4-0/+52
2023-06-12Add type-checking to DAP requestsTom Tromey13-28/+287
2023-06-12Use tuples for default arguments in DAPTom Tromey2-3/+3
2023-06-12Fix a latent bug in DAP request decoratorTom Tromey1-2/+3
2023-06-12Add test for DAP pause requestTom Tromey1-0/+41
2023-06-12Rename one DAP functionTom Tromey1-1/+1
2023-06-12Add singleThread support to some DAP requestsTom Tromey3-16/+41
2023-06-12Implement DAP stepOut requestTom Tromey3-1/+20
2023-06-12Implement DAP attach requestTom Tromey5-4/+97
2023-06-12Implement DAP setExceptionBreakpoints requestTom Tromey5-7/+189
2023-06-12Don't require inferior execution for Ada catchpointsTom Tromey1-86/+29
2023-06-12Mark members of ada_catchpoint "private"Tom Tromey1-15/+17
2023-06-12Turn should_stop_exception into a method of ada_catchpointTom Tromey1-5/+9
2023-06-12Combine create_excep_cond_exprs and ada_catchpoint::re_setTom Tromey1-26/+18
2023-06-12Transfer ownership of exception string to ada_catchpointTom Tromey3-10/+12
2023-06-12Pass tempflag to ada_catchpoint constructorTom Tromey1-2/+1
2023-06-12Use gnat_runtime_has_debug_info in Ada catchpoint testsTom Tromey8-201/+25
2023-06-12Stop gdb in gnat_runtime_has_debug_infoTom Tromey1-0/+2
2023-06-12[gdb/testsuite] Relax breakpoint count check in gdb.python/py-rbreak.expTom de Vries1-3/+9
2023-06-12[gdb/testsuite] Fix breakpoint regexp in gdb.ada/out_of_line_in_inlined.expTom de Vries1-1/+1
2023-06-12[gdb/tui] Replace macro HELP_ATTRIBUTE_MODE with std::stringTom de Vries1-10/+14
2023-06-11Permit DW_OP_GNU_uninit to be used with DW_OP_pieceKevin Buettner2-2/+98
2023-06-09[AArch64,arm] Fix some formatting issues in the aarch64/arm codebaseLuis Machado2-12/+12
2023-06-09[gdb/tui] Simplify tui_puts_internalTom de Vries1-19/+20
2023-06-09[gdb/tui] Delete line buffer when switching to singlekeyTom de Vries2-0/+47
2023-06-09[gdb/testsuite] Add test-case gdb.tui/single-key.expTom de Vries1-0/+60
2023-06-09gdb/debuginfod: cleanup debuginfod earlierAndrew Burgess1-18/+29
2023-06-09gdb: fix ASan failure after recent string changesAndrew Burgess1-1/+7
2023-06-09Use scoped_value_mark in two more placesTom Tromey2-13/+10
2023-06-09[gdb] Fix typosTom de Vries3-4/+4
2023-06-09[gdb/testsuite] Add test-case gdb.tui/long-prompt.expTom de Vries1-0/+158
2023-06-08gdb/corelow.c: do not try to reopen a file if open failed onceLancelot SIX1-9/+18
2023-06-08gdb/corelow.c: avoid repeated warnings in build_file_mappingsLancelot SIX1-12/+5
2023-06-08gdb/corelow.c: fix use-after-free in build_file_mappingsLancelot SIX1-2/+2
2023-06-07Simplify ada_lookup_struct_elt_typeTom Tromey1-78/+5
2023-06-07[gdb/tui] Factor out border-mode help textTom de Vries1-15/+16
2023-06-07[gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7Tom de Vries1-1/+10
2023-06-07Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries3-11/+32
2023-06-07[gdb/testsuite] Add missing wait in gdb.python/tui-window-disabled.expTom de Vries1-0/+3
2023-06-07[gdb/testsuite] Fix two typos in gdb.python/tui-window-disabled.expTom de Vries1-2/+2