[Lldb-commits] [lldb] [lldb] Add support for unique target ids (PR #160736)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 3 08:00:30 PDT 2025
================
@@ -359,6 +359,9 @@ class LLDB_API SBDebugger {
lldb::SBTarget FindTargetWithFileAndArch(const char *filename,
const char *arch);
+ /// Find a target with the specified unique ID
----------------
walter-erquinigo wrote:
```suggestion
/// Find a target with the specified unique ID.
```
https://github.com/llvm/llvm-project/pull/160736
More information about the lldb-commits
mailing list