llvm-project/lldb/source
Daniel Malea f051dbce73 Fix crash (in optimized builds) due to invalid metadata operand
- ConstantDataArray is not a valid MDNode operand
- encode function-name strings in metadata by wrapping in an MDString instead

- should resolve reported by http://llvm-jenkins.debian.net/job/llvm-toolchain-quantal-binaries/architecture=amd64,distribution=quantal/173/

llvm-svn: 183153
2013-06-03 20:45:54 +00:00
..
API Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
Breakpoint Error out if the expression for a breakpoint 2013-05-29 20:22:18 +00:00
Commands <rdar://problem/11109316> 2013-05-31 01:03:09 +00:00
Core Fix various build warnings. 2013-06-03 18:00:07 +00:00
DataFormatters Fix various build warnings. 2013-06-03 18:00:07 +00:00
Expression Fix crash (in optimized builds) due to invalid metadata operand 2013-06-03 20:45:54 +00:00
Host Fix various build warnings. 2013-06-03 18:00:07 +00:00
Interpreter Fix various build warnings. 2013-06-03 18:00:07 +00:00
Plugins Fix FreeBSD build due to previous changes to ProcessMonitor::Detach. 2013-06-03 19:48:53 +00:00
Symbol Patch from Yacine Belkadi that fixes a typo in an error message. 2013-05-20 16:52:10 +00:00
Target Fix various build warnings. 2013-06-03 18:00:07 +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 CMake FreeBSD fix: add missing Process plugin directory 2013-05-31 20:16:40 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Don't compare 4 characters on a 2 character string. 2013-05-22 23:36:10 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00