| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Now that the new website is live and everything is generated from the
repository, we don't need the www folder anymore.
llvm-svn: 359929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes most references to the paths:
llvm.org/svn/
llvm.org/git/
llvm.org/viewvc/
github.com/llvm-mirror/
github.com/llvm-project/
reviews.llvm.org/diffusion/
to instead point to https://github.com/llvm/llvm-project.
This is *not* a trivial substitution, because additionally, all the
checkout instructions had to be migrated to instruct users on how to
use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of
checking out various projects into various subdirectories.
I've attempted to not change any scripts here, only documentation. The
scripts will have to be addressed separately.
Additionally, I've deleted one document which appeared to be outdated
and unneeded:
lldb/docs/building-with-debug-llvm.txt
Differential Revision: https://reviews.llvm.org/D57330
llvm-svn: 352514
|
|
|
|
|
|
|
|
| |
This patch introduces a concept of "frame recognizer" and "recognized frame". This should be an extensible mechanism that retrieves information about special frames based on ABI, arguments or other special properties of that frame, even without source code. A few examples where that could be useful could be 1) objc_exception_throw, where we'd like to get the current exception, 2) terminate_with_reason and extracting the current terminate string, 3) recognizing Objective-C frames and automatically extracting the receiver+selector, or perhaps all arguments (based on selector).
Differential Revision: https://reviews.llvm.org/D44603
llvm-svn: 345693
|
|
|
|
| |
llvm-svn: 345688
|
|
|
|
|
|
|
|
| |
This patch introduces a concept of "frame recognizer" and "recognized frame". This should be an extensible mechanism that retrieves information about special frames based on ABI, arguments or other special properties of that frame, even without source code. A few examples where that could be useful could be 1) objc_exception_throw, where we'd like to get the current exception, 2) terminate_with_reason and extracting the current terminate string, 3) recognizing Objective-C frames and automatically extracting the receiver+selector, or perhaps all arguments (based on selector).
Differential Revision: https://reviews.llvm.org/D44603
llvm-svn: 345686
|
|
|
|
| |
llvm-svn: 345680
|
|
|
|
|
|
|
|
| |
This patch introduces a concept of "frame recognizer" and "recognized frame". This should be an extensible mechanism that retrieves information about special frames based on ABI, arguments or other special properties of that frame, even without source code. A few examples where that could be useful could be 1) objc_exception_throw, where we'd like to get the current exception, 2) terminate_with_reason and extracting the current terminate string, 3) recognizing Objective-C frames and automatically extracting the receiver+selector, or perhaps all arguments (based on selector).
Differential Revision: https://reviews.llvm.org/D44603
llvm-svn: 345678
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D52065
llvm-svn: 342419
|
|
|
|
|
|
|
|
|
|
| |
We had hard-coded the path in the docs but that got
out of date - showing again that -P is the better
way to do this.
<rdar://problem/43394652>
llvm-svn: 340053
|
|
|
|
| |
llvm-svn: 277890
|
|
|
|
|
|
| |
No functional change.
llvm-svn: 239995
|
|
|
|
| |
llvm-svn: 232225
|
|
|
|
|
|
| |
feature. This marks the end of rdar://18142728
llvm-svn: 218835
|
|
|
|
| |
llvm-svn: 211851
|
|
|
|
| |
llvm-svn: 191367
|
|
|
|
| |
llvm-svn: 188704
|
|
|
|
| |
llvm-svn: 186712
|
|
|
|
|
|
| |
print style and the (finally available :-) SetError API
llvm-svn: 186122
|
|
|
|
| |
llvm-svn: 183058
|
|
|
|
| |
llvm-svn: 182060
|
|
|
|
|
|
| |
This one actually exploits the SB API to obtain information about your inferior process
llvm-svn: 181500
|
|
|
|
|
|
|
|
|
|
| |
SWIG and varargs do not get along well.
It is replaced by a Print("str") call which is equivalent to Printf("%s","str")
- Providing file-like behavior for SBStream with appropriate extension write() and flush() calls, plus documenting that these are only meant and only exist for Python
Documenting the file-like behavior on our website
llvm-svn: 177877
|
|
|
|
|
|
| |
Patch by Bruce Mitchener!
llvm-svn: 175002
|
|
|
|
|
|
| |
usage of lldb.{debugger,...} convenience variables for formatters and other non-interactive Python extensions
llvm-svn: 172663
|
|
|
|
|
|
|
|
| |
convenience when using the
script command.
llvm-svn: 170014
|
|
|
|
|
|
| |
docs for the signature of the python breakpoint callback functions.
llvm-svn: 166789
|
|
|
|
| |
llvm-svn: 162600
|
|
|
|
|
|
| |
parameter name for Python summary-generating functions since it is a Python keyword.
llvm-svn: 161467
|
|
|
|
| |
llvm-svn: 159434
|
|
|
|
| |
llvm-svn: 156018
|
|
|
|
|
|
| |
function __lldb_init_module
llvm-svn: 150992
|
|
|
|
|
|
| |
and showed a work around for when this won't.
llvm-svn: 149046
|
|
|
|
| |
llvm-svn: 149004
|
|
llvm-svn: 148769
|