History log of /external/lldb/examples/functions/main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d70d22810c721bdbccb7a6b5d891ec7344365425 14-Jun-2013 Greg Clayton <gclayton@apple.com> Added the ability options to:
- specify the architecture
- specify the platform
- specify if only external symbols should be dumped
- specify if types in the function signatures should be canonicalized



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183961 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/functions/main.cpp
582466329a734d71285534df27a459b48408b6d4 13-Jun-2013 Greg Clayton <gclayton@apple.com> Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. This will enable libc++ support.
Improved the makefile "clean" to include deleting all ".d.[0-9]+" files.

Added options to the "lldb/examples/lookup" example and made it build using the LLDB_BUILD_DIR. If this is not set, it will default to "/Applications/Xcode.app/Contents/SharedFrameworks" on Darwin.

Added options to the "lldb/examples/function" example and made it build using the LLDB_BUILD_DIR.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183949 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/functions/main.cpp
2588f145be57d415ed8eb0cbe7344c279397713a 13-Jun-2013 Greg Clayton <gclayton@apple.com> Added some new example code that can grab all functions from any executable, and it will print out the function name, range, return type and argument types.

This example shows someone could iterate over all functions and do something intelligent with them, like create function signatures. Then two different builds could be compared to verify the API hasn't changed.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183923 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/functions/main.cpp