forked from OSchip/llvm-project
23b1decbe7
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 |
||
---|---|---|
.. | ||
Darwin-Kernel | ||
Hexagon-DYLD | ||
MacOSX-DYLD | ||
POSIX-DYLD | ||
Static | ||
Windows-DYLD | ||
CMakeLists.txt |