Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created lldb::LanguageType by moving an enumeration from the | Greg Clayton | 2010-07-28 | 1 | -6/+6 |
| | | | | | | | | | | | | lldb_private::Language class into the enumerations header so it can be freely used by other interfaces. Added correct objective C class support to the DWARF symbol parser. Prior to this fix we were parsing objective C classes as C++ classes and now that the expression parser is ready to call functions we need to make sure the objective C classes have correct AST types. llvm-svn: 109574 | ||||
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | A few more warning/error fixes. | Eli Friedman | 2010-06-09 | 1 | -22/+23 |
| | | | | llvm-svn: 105723 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+150 |
llvm-svn: 105619 |