Skip to content

Commit c099f04

Browse files
committed
Rebasing work on main.
1 parent 4682407 commit c099f04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ ConfigurationDoneRequestHandler::Run(const ConfigurationDoneArguments &) const {
4040
"any debugger command scripts are not resuming the process during the "
4141
"launch sequence.");
4242

43+
// Waiting until 'configurationDone' to send target based capabilities in case
44+
// the launch or attach scripts adjust the target. The initial dummy target
45+
// may have different capabilities than the final target.
46+
SendTargetBasedCapabilities(dap);
47+
4348
// Clients can request a baseline of currently existing threads after
4449
// we acknowledge the configurationDone request.
4550
// Client requests the baseline of currently existing threads after

0 commit comments

Comments
 (0)