This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0c653d4c3d14: [lldb] Update test.rst with a paragraph about
pdb (authored by kastiglione).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST
kastiglione updated this revision to Diff 334734.
kastiglione added a comment.
s/lldb alias/pdb alias
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99744/new/
https://reviews.llvm.org/D99744
Files:
lldb/docs/resources/test.rst
Index: lldb/docs
kastiglione updated this revision to Diff 334733.
kastiglione added a comment.
Indent source block
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99744/new/
https://reviews.llvm.org/D99744
Files:
lldb/docs/resources/test.rst
Index: lldb/docs/re
kastiglione added inline comments.
Comment at: lldb/docs/resources/test.rst:387
+
+alias lldb self.dbg.HandleCommand("%*")
+
JDevlieghere wrote:
> This should be indented to show up as code.
thanks for catching it
Repository:
rG LLVM Github Monorepo
CHANGES
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Thanks, this is super useful. LGTM modulo the inline comment.
Comment at: lldb/docs/resources/test.rst:387
+
+alias lldb self.dbg.HandleCommand("%*")
+
--
kastiglione created this revision.
kastiglione added reviewers: JDevlieghere, jingham.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Debugging tests sometimes involves debugging the Python source. This adds a
paragraph to
the