History log of /external/lldb/examples/lookup/main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5942bfe4a54fe162db39ce98218ccba5c277f2e 14-Jun-2013 Greg Clayton <gclayton@apple.com> Remove unneeded include.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183959 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/lookup/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/lookup/main.cpp
6572b711f46579171285f2ef2cec35a1412b2a44 22-Feb-2012 Johnny Chen <johnny.chen@apple.com> Use a sentry object to properly initialize/terminate LLDB.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151116 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/lookup/main.cpp
ae1d3eb4f349bc055eb7d379d5b6d88080c551eb 21-Feb-2012 Johnny Chen <johnny.chen@apple.com> Fix comment.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151077 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/lookup/main.cpp
8ebed65e6f43ae2a6346b0d9fb21a95aa803b4ae 20-Feb-2012 Johnny Chen <johnny.chen@apple.com> Fix examples/lookup/main.cpp.

Patch to fix the main.cpp compile error submitted by Dmitry Vyukov <dvyukov@google.com>.
Also add a Makefile, plus some modification to main.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@150990 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/lookup/main.cpp
5d187e5495ee17f6763337a6ae28c2a7b07e4945 08-Jan-2011 Greg Clayton <gclayton@apple.com> Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.

Thanks Bruce!



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123083 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/lookup/main.cpp
466f6c4c0783c6b5197059caccab94faf1e605e9 10-Sep-2010 Greg Clayton <gclayton@apple.com> Added some missing API for address resolving within a module, and looking
up a seciton offset address (SBAddress) within a module that returns a
symbol context (SBSymbolContext). Also added a SBSymbolContextList in
preparation for adding find/lookup APIs that can return multiple results.

Added a lookup example code that shows how to do address lookups.



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