| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
convert IR to DWARF. So far, this pass only
performs a depth-first traversal of the IR,
logging each basic block as it finds it.
llvm-svn: 107515
|
|
|
|
| |
llvm-svn: 107494
|
|
|
|
|
|
|
|
|
| |
an expression, adding code to put the value of the
last expression (if there is one) into a variable
and write the address of that variable to a global
pointer.
llvm-svn: 107419
|
|
|
|
|
|
|
| |
complete instructions rather than simply their
opcodes.
llvm-svn: 106708
|
|
|
|
|
|
|
|
| |
switches the expression parsing over to use the
LLVM IR as opposed to Clang ASTs. Right now,
that functionality only logs.
llvm-svn: 106695
|
|
|
|
|
|
| |
errors pointed out by John McCall.
llvm-svn: 106665
|
|
|
|
|
|
|
| |
looking for external variables. Also cleaned up the log
messages coming from the DWARF interpreter.
llvm-svn: 106613
|
|
|
|
|
|
| |
externally-defined functions.
llvm-svn: 106606
|
|
|
|
| |
llvm-svn: 105918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need to put this in LLDB since we need to vend this in our API
because our public API uses shared pointers to our private objects.
Removed a deprecated file: include/lldb/Host/Types.h
Added the new SharingPtr.cpp/.h files into source/Utility.
Added a shell script build phase that fixes up all headers in the
LLDB.framework.
llvm-svn: 105895
|
|
llvm-svn: 105619
|