summaryrefslogtreecommitdiff
path: root/llvm/docs/DebuggingJITedCode.rst
AgeCommit message (Collapse)Author
2023-06-15[lldb] Fix dead link in JIT debugging docDavid Spickett
Thanks to Zhang on Discord for spotting this.
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-01-14[docs] Update DebuggingJITedCode page after fix in LLDBStefan Gränitz
Generalize the documentation to include both, GDB and LLDB. Add a link to the interface definition. Make a note on MCJIT's restriction to ELF. Mention the regression and bugfix in LLDB as well as the jit-loader setting for macOS. Update the command line session to use LLDB instead of GDB. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D90789
2019-11-06[docs] Fix references to a renamed flag.Lang Hames
The -use-mcjit option was replaced with -jit-kind=mcjit a while back. This patch updates the docs to reflect that. Patch by Yu Jian. Thanks Jian!
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett
Summary: This updates all places in documentation that refer to "Mac OS X", "OS X", etc. to instead use the modern name "macOS" when no specific version number is mentioned. If a specific version is mentioned, this attempts to use the OS name at the time of that version: * Mac OS X for 10.0 - 10.7 * OS X for 10.8 - 10.11 * macOS for 10.12 - present Reviewers: JDevlieghere Subscribers: mgorny, christof, arphaman, cfe-commits, lldb-commits, libcxx-commits, llvm-commits Tags: #clang, #lldb, #libc, #llvm Differential Revision: https://reviews.llvm.org/D62654 llvm-svn: 362113
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
2013-01-10remove the rest of the "written by" lines in the documentation. It isChris Lattner
against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
2012-09-20Fix Sphinx warnings.Sean Silva
Toctree was not being interlinked properly. llvm-svn: 164282
2012-09-20Sphinxify DebuggingJITedCodeSean Silva
LGTM by Michael Spencer llvm-svn: 164280