| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
formatting problems.
llvm-svn: 113408
|
|
|
|
|
|
| |
Temporarily remove -l option from 'expr' command (at Sean's request).
llvm-svn: 113298
|
|
|
|
|
|
|
| |
instead of "alias." Also fixed a bunch of
indentation in the help for "commands alias."
llvm-svn: 110585
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
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
|