- Jul 09, 2010
-
-
Greg Clayton authored
enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
-
- Jul 07, 2010
-
-
Jason Molenda authored
llvm-svn: 107716
-
- Jul 03, 2010
-
-
Sean Callanan authored
prepare IR for execution in the target. Wired the expression command to use this IR transformer when conversion to DWARF fails, and wired conversion to DWARF to always fail (well, we don't generate any DWARF...) llvm-svn: 107559
-
Sean Callanan authored
block labels) and produce cleaner IR (by removing the thread-safe statics guards) llvm-svn: 107528
-
- Jul 02, 2010
-
-
Sean Callanan authored
llvm-svn: 107518
-
Sean Callanan authored
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
-
Greg Clayton authored
llvm-svn: 107494
-
- Jul 01, 2010
-
-
Sean Callanan authored
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
-
- Jun 24, 2010
-
-
Sean Callanan authored
complete instructions rather than simply their opcodes. llvm-svn: 106708
-
Sean Callanan authored
switches the expression parsing over to use the LLVM IR as opposed to Clang ASTs. Right now, that functionality only logs. llvm-svn: 106695
-
- Jun 23, 2010
-
-
Sean Callanan authored
errors pointed out by John McCall. llvm-svn: 106665
-
Sean Callanan authored
looking for external variables. Also cleaned up the log messages coming from the DWARF interpreter. llvm-svn: 106613
-
Sean Callanan authored
externally-defined functions. llvm-svn: 106606
-
- Jun 13, 2010
-
-
Greg Clayton authored
llvm-svn: 105918
-
- Jun 12, 2010
-
-
Greg Clayton authored
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
-
- Jun 08, 2010
-
-
Chris Lattner authored
llvm-svn: 105619
-