[Lldb-commits] [PATCH] D11119: Specify a language to use when parsing breakpoint identifiers.

Dawn Perchik dawn+llvm at burble.org
Tue Jul 21 12:25:11 PDT 2015


dawn retitled this revision from "Parse breakpoint expressions using the language of the frame's CU." to "Specify a language to use when parsing breakpoint identifiers.".
dawn updated the summary for this revision.
dawn updated this revision to Diff 30277.
dawn added a comment.

This revised patch uses target and breakpoint options for determining the language instead of the selected frame's CU.


Repository:
  rL LLVM

http://reviews.llvm.org/D11119

Files:
  include/lldb/Breakpoint/BreakpointResolverName.h
  include/lldb/Core/Module.h
  include/lldb/Interpreter/OptionValueProperties.h
  include/lldb/Target/LanguageRuntime.h
  include/lldb/Target/Target.h
  source/API/SBTarget.cpp
  source/Breakpoint/BreakpointResolverName.cpp
  source/Commands/CommandObjectBreakpoint.cpp
  source/Core/Module.cpp
  source/Core/ModuleList.cpp
  source/Interpreter/OptionValueLanguage.cpp
  source/Interpreter/OptionValueProperties.cpp
  source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  source/Target/LanguageRuntime.cpp
  source/Target/Target.cpp
  test/functionalities/breakpoint/breakpoint_options/Makefile
  test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
  test/functionalities/breakpoint/breakpoint_options/foo.cpp
  test/functionalities/breakpoint/breakpoint_options/main.c
  test/functionalities/breakpoint/breakpoint_options/main.cpp
  test/settings/TestSettings.py
  test/tools/lldb-mi/breakpoint/TestMiBreak.py
  test/tools/lldb-mi/breakpoint/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11119.30277.patch
Type: text/x-patch
Size: 39185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150721/18b23f44/attachment.bin>


More information about the lldb-commits mailing list