HomeSort by relevance Sort by last modified time
    Searched refs:LLDB (Results 1 - 18 of 18) sorted by null

  /external/lldb/test/api/multithreaded/
lldb-headers.h 6 #include <LLDB/LLDB.h>
8 #include "lldb/API/LLDB.h"
  /external/lldb/examples/plugins/commands/
fooplugin.cpp 11 An example plugin for LLDB that provides a new foo command with a child subcommand
13 by typing plugin load foo.dylib at the LLDB command line
16 #include <LLDB/SBCommandInterpreter.h>
17 #include <LLDB/SBCommandReturnObject.h>
18 #include <LLDB/SBDebugger.h>
20 namespace lldb { namespace
22 PluginInitialize (lldb::SBDebugger debugger);
25 class ChildCommand : public lldb::SBCommandPluginInterface
29 DoExecute (lldb::SBDebugger debugger,
31 lldb::SBCommandReturnObject &result
    [all...]
  /external/lldb/test/functionalities/plugins/commands/
plugin.cpp 11 An example plugin for LLDB that provides a new foo command with a child subcommand
13 by typing plugin load foo.dylib at the LLDB command line
16 #include <LLDB/SBCommandInterpreter.h>
17 #include <LLDB/SBCommandReturnObject.h>
18 #include <LLDB/SBDebugger.h>
20 namespace lldb { namespace
22 PluginInitialize (lldb::SBDebugger debugger);
25 class ChildCommand : public lldb::SBCommandPluginInterface
29 DoExecute (lldb::SBDebugger debugger,
31 lldb::SBCommandReturnObject &result
    [all...]
Makefile 8 clang++ -O0 -g -stdlib=libc++ -dynamiclib -o plugin.dylib plugin.cpp -framework LLDB -F $(LLDB_FRAMEWORK)/..
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 2 # Locate and load the lldb python module
7 """ Find and import the lldb modules. This function tries to find the lldb module by:
8 1. Simply by doing "import lldb" in case the system python installation is aware of lldb. If that fails,
9 2. Executes the lldb executable pointed to by the LLDB environment variable (or if unset, the first lldb
10 on PATH") with the -P flag to determine the PYTHONPATH to set. If the lldb executable returns a valid
15 # Try simple 'import lldb', in case of a system-wide install or a pre-configured PYTHONPAT
17 import lldb namespace
37 import lldb namespace
51 import lldb namespace
    [all...]
  /external/lldb/
Android.mk 1 # Don't build LLDB unless we explicitly ask for it.
2 # This guard will be removed once lldb is working
28 include $(LOCAL_PATH)/lldb.mk
33 endif # don't build LLDB unless forced to
  /external/lldb/examples/functions/
Makefile 5 EXE := lldb-functions
12 LD_EXTRAS ?= -framework LLDB -Wl,-rpath,"$(LLDB_BUILD_DIR)"
main.cpp 15 #include <LLDB/LLDB.h>
17 #include "LLDB/SBBlock.h"
18 #include "LLDB/SBCompileUnit.h"
19 #include "LLDB/SBDebugger.h"
20 #include "LLDB/SBFunction.h"
21 #include "LLDB/SBModule.h"
22 #include "LLDB/SBStream.h"
23 #include "LLDB/SBSymbol.h"
24 #include "LLDB/SBTarget.h
    [all...]
  /external/lldb/examples/lookup/
Makefile 4 EXE := lldb-lookup
11 LD_EXTRAS ?= -framework LLDB -Wl,-rpath,"$(LLDB_BUILD_DIR)"
main.cpp 15 #include <LLDB/LLDB.h>
17 #include "LLDB/SBBlock.h"
18 #include "LLDB/SBCompileUnit.h"
19 #include "LLDB/SBDebugger.h"
20 #include "LLDB/SBFunction.h"
21 #include "LLDB/SBModule.h"
22 #include "LLDB/SBStream.h"
23 #include "LLDB/SBSymbol.h"
24 #include "LLDB/SBTarget.h
    [all...]
  /external/lldb/scripts/
finish-swig-wrapper-classes.sh 16 # SRC_ROOT is the root of the lldb source tree.
17 # TARGET_DIR is where the lldb framework/shared library gets put.
18 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
19 # put the lldb.py file it generated from running SWIG.
80 filename="./finish-swig-${curlang}-LLDB.sh"
86 echo "Found $curlang post-processing script for LLDB"
91 ./finish-swig-${curlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_flag}"
install-lldb.sh 30 if [ -e "$BUILD_DIR/lldb" ]; then
31 echo Updating "$DEVELOPER_DIR/usr/bin/lldb"
32 sudo rm -rf "$DEVELOPER_DIR/usr/bin/lldb"
33 sudo cp "$BUILD_DIR/lldb" "$DEVELOPER_DIR/usr/bin/lldb"
42 if [ -d "$BUILD_DIR/LLDB.framework" ]; then
43 echo Updating "$DEVELOPER_DIR/Library/PrivateFrameworks/LLDB.framework"
44 sudo rm -rf "$DEVELOPER_DIR/Library/PrivateFrameworks/LLDB.framework"
45 sudo cp -r "$BUILD_DIR/LLDB.framework" "$DEVELOPER_DIR/Library/PrivateFrameworks/LLDB.framework
    [all...]
  /external/lldb/examples/test/
usage-pre-post-flight 5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight.bad functionalities/watchpoint/hello_watchpoint
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
10 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
11 LLDB-139
12 Path: /Volumes/data/lldb/svn/ToT
13 URL: https://johnny@llvm.org/svn/llvm-project/lldb/trunk
24 lldb.pre_flight: def pre_flight(test)
    [all...]
usage-lldb-loggings 2 # The following example shows how to utilize the pre-flight config file to route the lldb gdb-remote log messages
5 # See also .lldb-loggings in this directory as well as the tmp dir which contains the two log files abridged due
9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities/breakpoint/breakpoint_command
11 LLDB build dir: /Volumes/data/lldb/svn/ToT/build/Debug
12 LLDB-165
13 Path: /Volumes/data/lldb/svn/ToT
14 URL: https://johnny@llvm.org/svn/llvm-project/lldb/trunk
25 lldb.pre_flight: def pre_flight(self)
    [all...]
  /external/lldb/source/Interpreter/
Makefile 31 LLDBWrapPython.cpp lldb.py: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/Python/modify-python-lldb.py \
38 install-local:: lldb.py
39 $(Echo) Installing $(BuildMode) LLDB python modules
43 $(Verb) $(RM) -f LLDBWrapPython.cpp lldb.py
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 2 " Vim script glue code for LLDB integration
6 let searchstr = "python-vim-lldb"
17 call confirm('ERROR: This Vim installation does not have python support. lldb.vim will not work.')
39 " The LLDB CommandInterpreter provides tab-completion in Vim's command mode.
84 " Convenience (shortcut) LLDB commands
91 " generate events in LLDB)
110 " hack: service the LLDB event-queue when the cursor moves
  /external/lldb/examples/python/
types.py 4 # Be sure to add the python path that points to the LLDB shared library.
6 # # To use this in the embedded python interpreter using "lldb" just
9 # (lldb) command script import /path/to/cmdtemplate.py
20 # Just try for LLDB in case PYTHONPATH is already correctly setup
21 import lldb namespace
24 # lldb is not in the PYTHONPATH, try some defaults for the current platform
30 lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resources/Python'))
31 lldb_python_dirs.append(xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
32 lldb_python_dirs.append('/System/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
39 import lldb namespace
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]

Completed in 166 milliseconds