llvm-project/lldb/source/Plugins/Platform/MacOSX
Jim Ingham 33df7cd345 Add the ability to set breakpoints with conditions, commands, etc,
in the "dummy-target".  The dummy target breakpoints prime all future
targets.  Breakpoints set before any target is created (e.g. breakpoints
in ~/.lldbinit) automatically get set in the dummy target.  You can also
list, add & delete breakpoints from the dummy target using the "-D" flag,
which is supported by most of the breakpoint commands.

This removes a long-standing wart in lldb...

<rdar://problem/10881487>

llvm-svn: 223565
2014-12-06 01:28:03 +00:00
..
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile
PlatformDarwin.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
PlatformDarwin.h Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
PlatformDarwinKernel.cpp A pretty big overhaul of the TryFallbackUnwindPlan method in 2014-11-13 07:31:45 +00:00
PlatformDarwinKernel.h Added support to Platform to indicate (1) whether the 2014-12-05 01:16:31 +00:00
PlatformMacOSX.cpp Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
PlatformMacOSX.h Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings. 2014-12-05 19:21:49 +00:00
PlatformRemoteiOS.cpp Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00
PlatformRemoteiOS.h Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings. 2014-12-05 19:21:49 +00:00
PlatformiOSSimulator.cpp Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00
PlatformiOSSimulator.h Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings. 2014-12-05 19:21:49 +00:00