- Feb 01, 2011
-
-
Greg Clayton authored
llvm-svn: 124643
-
- Jan 26, 2011
-
-
Greg Clayton authored
llvm-svn: 124250
-
- Jan 15, 2011
-
-
Greg Clayton authored
llvm-svn: 123509
-
- Jan 05, 2011
-
-
Greg Clayton authored
Fixed the display of complex numbers in lldb_private::DataExtractor::Dump(...) and also fixed other edge display cases in lldb_private::ClangASTType::DumpTypeValue(...). llvm-svn: 122895
-
- Oct 05, 2010
-
-
Greg Clayton authored
results. The clang opaque type for the expression result will be added to the Target's ASTContext, and the bytes will be stored in a DataBuffer inside the new object. The class is named: ValueObjectConstResult Now after an expression is evaluated, we can get a ValueObjectSP back that contains a ValueObjectConstResult object. Relocated the value object dumping code into a static function within the ValueObject class instead of being in the CommandObjectFrame.cpp file which is what contained the code to dump variables ("frame variables"). llvm-svn: 115578
-
- Sep 18, 2010
-
-
Greg Clayton authored
- All single character options will now be printed together - Changed all options that contains underscores to contain '-' instead - Made the help come out a little flatter by showing the long and short option on the same line. - Modified the short character for "--ignore-count" options to "-i" llvm-svn: 114265
-
- Sep 15, 2010
-
-
Greg Clayton authored
find the hotspots in our code when indexing the DWARF. A combination of using SmallVector to avoid collection allocations, using fixed form sizes when possible, and optimizing the hot loops contributed to the speedup. llvm-svn: 113961
-
- Sep 14, 2010
-
-
Greg Clayton authored
llvm-svn: 113832
-
- Jul 21, 2010
-
-
Greg Clayton authored
libraries (from William Lynch). llvm-svn: 108976
-
- Jul 10, 2010
-
-
Eli Friedman authored
llvm-svn: 108030
-
- 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 06, 2010
-
-
Greg Clayton authored
llvm-svn: 107694
-
- Jun 12, 2010
-
-
Greg Clayton authored
llvm-svn: 105866
-
- Jun 11, 2010
-
-
Eli Friedman authored
llvm-svn: 105799
-
- Jun 08, 2010
-
-
Chris Lattner authored
llvm-svn: 105619
-