- 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 08, 2010
-
-
Johnny Chen authored
variabes work. llvm-svn: 107914
-
Sean Callanan authored
hack. llvm-svn: 107894
-
Sean Callanan authored
Also fixed our build to define NDEBUG; code that uses LLVM headers without NDEBUG is binary-incompatible with libraries built with NDEBUG. llvm-svn: 107853
-
Johnny Chen authored
llvm-svn: 107844
-
Johnny Chen authored
llvm-svn: 107829
-
- Jul 07, 2010
-
-
Greg Clayton authored
llvm-svn: 107817
-
Johnny Chen authored
llvm-svn: 107812
-
Greg Clayton authored
llvm-svn: 107801
-
Greg Clayton authored
llvm-svn: 107794
-
Greg Clayton authored
llvm-svn: 107793
-
Benjamin Kramer authored
Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly. Patch from Jean-Daniel Dupas! llvm-svn: 107765
-
Benjamin Kramer authored
Fix build for newer versions of GCC that don't include cstring implicitly. Based on a patch by Pawel Wodnicki! llvm-svn: 107763
-
Jim Ingham authored
llvm-svn: 107753
-
Jim Ingham authored
Move the "source", "alias", and "unalias" commands to "commands *". Move "source-file" to "source list". Added a "source info" command but it isn't implemented yet. llvm-svn: 107751
-
Jim Ingham authored
instead of the last history item to provide a command for the "empty" command. Use this in the source-file command to make <RETURN> continue the listing rather than relist the first listing... llvm-svn: 107736
-
rdar://problem/8163668Johnny Chen authored
Enable a test clause since rdar://problem/8163668 is fixed by http://llvm.org/viewvc/llvm-project?rev=107729&view=rev. llvm-svn: 107733
-
Greg Clayton authored
line table entries that were termination entries (ones that define the bounds of the previous entry) could be found when looking up line table entries. We now properly skip these termination entries and check the next entry to try for a match. llvm-svn: 107729
-
Johnny Chen authored
oops! llvm-svn: 107724
-
Johnny Chen authored
llvm-svn: 107719
-
Jim Ingham authored
interface so everybody does it the same way. Add an "exact" lookup for internal uses. Fix up a few little cases where we weren't reporting command lookup errors correctly. Added "b" as an alias for "breakpoint" so it doesn't collide with "bt". llvm-svn: 107718
-
Jason Molenda authored
llvm-svn: 107716
-
- Jul 06, 2010
-
-
Greg Clayton authored
llvm-svn: 107694
-
Greg Clayton authored
function prototype (from Jean-Daniel Dupas). llvm-svn: 107693
-
Greg Clayton authored
llvm-svn: 107692
-
Greg Clayton authored
if (a = 0) instead of: if (a == 0) Thanks to Jean-Daniel Dupas. llvm-svn: 107672
-
Greg Clayton authored
llvm-svn: 107671
-
- Jul 05, 2010
-
-
Eric Christopher authored
Patch by Stephen Wilson! llvm-svn: 107623
-
- Jul 03, 2010
-
-
Johnny Chen authored
lldbtest.TestBase. Also removed some debug prints. llvm-svn: 107575
-
Johnny Chen authored
module lldbtest.py and refactored the existing test cases to derive from the abstract base class lldbtest.TestBase. MOdified the test driver (dotest.py and dotest.pl) to set up additional PYTHONPATH component for locating the lldbtest module, which sits in the same directory. llvm-svn: 107563
-
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
-
Johnny Chen authored
llvm-svn: 107545
-
Greg Clayton authored
is quite gnarly code and there is no good way to clean it up. I will have Jason look at a fix for this. llvm-svn: 107539
-
Sean Callanan authored
block labels) and produce cleaner IR (by removing the thread-safe statics guards) llvm-svn: 107528
-
Johnny Chen authored
llvm-svn: 107525
-
Johnny Chen authored
global scopes. llvm-svn: 107522
-
- 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
-
Johnny Chen authored
done if the environment variable LLDB_LOG is defined. llvm-svn: 107508
-
Eli Friedman authored
llvm-svn: 107502
-