llvm-project/lldb/source
Greg Clayton 8cda7f0830 Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets.
This can easily be adapted for linux and other platforms, but I didn't want to break any buildbots by assuming it will work.

llvm-svn: 182428
2013-05-21 21:55:59 +00:00
..
API Fixed a few obvious errors pointed out by the static analyzer. 2013-05-15 18:27:08 +00:00
Breakpoint Hardened LLDB against NULL conditions being 2013-05-10 21:58:45 +00:00
Commands <rdar://problem/13925432> 2013-05-21 17:39:04 +00:00
Core <rdar://problem/13878726> 2013-05-21 20:13:34 +00:00
DataFormatters <rdar://problem/13928053> 2013-05-17 23:28:13 +00:00
Expression Fixed a problem where the dynamic checkers (i.e., 2013-05-18 00:38:20 +00:00
Host test commit 2013-05-17 00:08:09 +00:00
Interpreter Apropos should search user commands as well as built-in commands. 2013-05-17 01:30:37 +00:00
Plugins Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
Symbol Patch from Yacine Belkadi that fixes a typo in an error message. 2013-05-20 16:52:10 +00:00
Target Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
Utility Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
CMakeLists.txt Fix CMake install target 2013-05-17 20:55:19 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Fixing lldb log list text for commands category 2013-04-26 17:44:41 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00