llvm-project/lldb/source
Sean Callanan 415422ce76 Fixes for the IR interpreter:
- Implemented the SExt instruction, and

 - eliminated redundant codepaths for constant
   handling.

Added test cases.

<rdar://problem/13244258>
<rdar://problem/13955820>

llvm-svn: 183344
2013-06-05 22:07:06 +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/13239809> 2013-06-04 22:54:16 +00:00
Core Fix various build warnings. 2013-06-03 18:00:07 +00:00
DataFormatters <rdar://problem/13125225> 2013-06-05 17:47:23 +00:00
Expression Fixes for the IR interpreter: 2013-06-05 22:07:06 +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 Use std::vector for the array of RegisterInfo structs that describe the register context. 2013-06-05 14:12:43 +00:00
Symbol Patch from Yacine Belkadi that fixes a typo in an error message. 2013-05-20 16:52:10 +00:00
Target Remember to tell the breakpoints to update themselves when new symbols are added. 2013-06-04 23:01:35 +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 More minor FreeBSD fixes. 2013-06-04 15:59:01 +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