Skip to content

Commit 001dcd7

Browse files
committed
[lldb][lldb-dap] Added support for "WriteMemory" request. #131820
Resolved code format issues.
1 parent 4f2163e commit 001dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/DAP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ struct DAP {
398398
InstructionBreakpoint *GetInstructionBPFromStopReason(lldb::SBThread &thread);
399399

400400
lldb::SBMutex GetAPIMutex() const { return target.GetAPIMutex(); }
401-
401+
402402
/// Sends an error response in DAP with success=false and an error message.
403403
///
404404
/// \param[out] response

0 commit comments

Comments
 (0)