summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueLanguage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move things from the LanguageRuntime that obviously belong in the new ↵Jim Ingham2015-09-021-4/+4
| | | | | | Language plugin instead. llvm-svn: 246611
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-3/+15
| | | | | | | | | | | | | | | | | | | | 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
* Add an OptionValueLanguage classEnrico Granata2015-02-201-0/+73
llvm-svn: 230046
OpenPOWER on IntegriCloud