[Lldb-commits] [PATCH] D154542: Further refinements on reporting interruption in lldb

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 5 16:40:37 PDT 2023


jingham updated this revision to Diff 537544.
jingham added a comment.

Address review comments:

Made the in_process target list shared pointers.

Removed sstream includes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154542/new/

https://reviews.llvm.org/D154542

Files:
  lldb/include/lldb/Core/Debugger.h
  lldb/include/lldb/Target/TargetList.h
  lldb/source/API/SBFrame.cpp
  lldb/source/Commands/CommandCompletions.cpp
  lldb/source/Commands/CommandObjectFrame.cpp
  lldb/source/Commands/CommandObjectTarget.cpp
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Core/Debugger.cpp
  lldb/source/Core/Module.cpp
  lldb/source/Interpreter/CommandInterpreter.cpp
  lldb/source/Target/StackFrameList.cpp
  lldb/source/Target/Target.cpp
  lldb/source/Target/TargetList.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154542.537544.patch
Type: text/x-patch
Size: 24700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230705/9ff9a924/attachment-0001.bin>


More information about the lldb-commits mailing list