llvm-project/lldb/source/Plugins/DynamicLoader
Dawn Perchik 23b1decbe7 Add support for specifying a language to use when parsing breakpoints.
Target and breakpoints options were added:
    breakpoint set --language lang --name func
    settings set target.language pascal
These specify the Language to use when interpreting the breakpoint's
expression (note: currently only implemented for breakpoints on
identifiers).  If the breakpoint language is not set, the target.language
setting is used.
This support is required by Pascal, for example, to set breakpoint at 'ns.foo'
for function 'foo' in namespace 'ns'.
Tests on the language were also added to Module::PrepareForFunctionNameLookup
for efficiency.

Reviewed by: clayborg
Subscribers: jingham, lldb-commits
Differential Revision: http://reviews.llvm.org/D11119

llvm-svn: 242844
2015-07-21 22:05:07 +00:00
..
Darwin-Kernel Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Hexagon-DYLD Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
MacOSX-DYLD [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
POSIX-DYLD [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Static Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
Windows-DYLD Unbreak Makefile build 2015-07-09 17:09:09 +00:00
CMakeLists.txt Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00