Jim Ingham
483ec136da
Use internal_dict everywhere we refer to the python session dict in docs.
2021-02-09 17:48:47 -08:00
Jim Ingham
365b186c24
Add documentation for the extra_args parameter to breakpoint commands.
...
Differential Revision: https://reviews.llvm.org/D96368
2021-02-09 15:33:36 -08:00
xgupta
94fac81fcc
[Branch-Rename] Fix some links
...
According to the [[ https://foundation.llvm.org/docs/branch-rename/ | status of branch rename ]], the master branch of the LLVM repository is removed on 28 Jan 2021.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D95766
2021-02-01 16:43:21 +05:30
Jason Molenda
32021eeff0
Un-indent the section on 'Writing Target Stop-Hooks in Python'
...
it was ending up in a code block from the previous section,
instead of being its own section.
2020-10-16 23:23:25 -07:00
Jim Ingham
1b1d981598
Revert "Revert "Add the ability to write target stop-hooks using the ScriptInterpreter.""
...
This reverts commit f775fe59640a2e837ad059a8f40e26989d4f9831.
I fixed a return type error in the original patch that was causing a test failure.
Also added a REQUIRES: python to the shell test so we'll skip this for
people who build lldb w/o Python.
Also added another test for the error printing.
2020-09-29 12:01:14 -07:00
Jonas Devlieghere
f775fe5964
Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."
...
This temporarily reverts commit b65966cff65bfb66de59621347ffd97238d3f645
while Jim figures out why the test is failing on the bots.
2020-09-28 09:04:32 -07:00
Jim Ingham
b65966cff6
Add the ability to write target stop-hooks using the ScriptInterpreter.
...
Differential Revision: https://reviews.llvm.org/D88123
2020-09-25 15:44:55 -07:00
Dave Lee
90148db02a
[Docs] Replace SVN revisions with lldb versions
...
Summary: Replaces references to svn commits with the lldb version number those commits first appeared in. Themotivation is to show that these features are no longer that new and can generally be adopted.
Reviewers: JDevlieghere
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D61778
llvm-svn: 365559
2019-07-09 21:21:45 +00:00
Adrian Prantl
19ae9d010d
Rename MacOS X -> macOS where applicable.
...
llvm-svn: 360691
2019-05-14 16:37:43 +00:00
Jonas Devlieghere
2f67cbb62c
[Docs] Fix table formatting in Pytho reference
...
llvm-svn: 360398
2019-05-10 00:23:02 +00:00
Jonas Devlieghere
7b844849fe
[Docs] Port python reference page
...
I somehow forgot to port over this page from the old website. Thank you
Jim for the heads up!
llvm-svn: 360386
2019-05-09 22:14:14 +00:00