llvm-project/lldb
Enrico Granata c0f8ca0e74 Add the capability for LLDB to query an arbitrary Python module (passed in as a file path) for target-specific settings
This is implemented by means of a get_dynamic_setting(target, setting_name) function vended by the Python module, which can respond to arbitrary string names with dynamically constructed
settings objects (most likely, some of those that PythonDataObjects supports) for LLDB to parse

This needs to be hooked up to the debugger via some setting to allow users to specify which module will vend the information they want to supply

llvm-svn: 192628
2013-10-14 21:39:38 +00:00
..
docs Remove added file for the test commit 2013-10-14 10:12:30 +00:00
examples An example of data formatters that generate a summary for a Unicode UTF encoded string represented as a (pointer,length) pair 2013-10-08 17:29:27 +00:00
include Add the capability for LLDB to query an arbitrary Python module (passed in as a file path) for target-specific settings 2013-10-14 21:39:38 +00:00
lib merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
lldb.xcodeproj Removed the -t options from linking flags to avoid having the linker print out all .o files it was linking with. 2013-10-10 17:51:57 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
scripts Add the capability for LLDB to query an arbitrary Python module (passed in as a file path) for target-specific settings 2013-10-14 21:39:38 +00:00
source Add the capability for LLDB to query an arbitrary Python module (passed in as a file path) for target-specific settings 2013-10-14 21:39:38 +00:00
test Expected FreeBSD failure due to pr 17430 2013-10-11 17:24:16 +00:00
tools Fix a few errors found when building lldb with newer versions of clang. 2013-10-05 02:52:22 +00:00
utils Add LLVM license headers to lldb ui frontend 2013-10-11 17:13:07 +00:00
www Tweak documentation for formats in categories 2013-10-08 21:07:22 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Respect SDKROOT in lldb Makefile 2013-09-18 16:32:28 +00:00