[Lldb-commits] [PATCH] D99744: [lldb] Update test.rst with a paragraph about pdb

2021-04-01 Thread Dave Lee via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D99744: [lldb] Update test.rst with a paragraph about pdb

2021-04-01 Thread Dave Lee via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D99744: [lldb] Update test.rst with a paragraph about pdb

2021-04-01 Thread Dave Lee via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D99744: [lldb] Update test.rst with a paragraph about pdb

2021-04-01 Thread Dave Lee via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D99744: [lldb] Update test.rst with a paragraph about pdb

2021-04-01 Thread Jonas Devlieghere via Phabricator via lldb-commits
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("%*") + --

[Lldb-commits] [PATCH] D99744: [lldb] Update test.rst with a paragraph about pdb

2021-04-01 Thread Dave Lee via Phabricator via lldb-commits
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