llvm-project/lldb/source
Ashok Thirumurthi 3e0afb87b2 Reverts r187449 (report_fatal_error) in favor of a log message since
the extra check introduces 22 new test failures with the LLDB clang buildbot.

Note that the unhandled DWARF_OP codes in DWARFExpression::Evaluate don't cause test failures if the check is ignored.

llvm-svn: 187480
2013-07-31 03:56:45 +00:00
..
API Fix the logging messages for SBFrame::FindRegister(). 2013-07-26 22:52:30 +00:00
Breakpoint Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLocationList::FindByAddress 2013-07-16 21:22:53 +00:00
Commands Send a stop event when an expression stops at a breakpoint 2013-07-30 19:54:09 +00:00
Core The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction 2013-07-31 02:19:15 +00:00
DataFormatters Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef) 2013-07-15 23:17:32 +00:00
Expression Reverts r187449 (report_fatal_error) in favor of a log message since 2013-07-31 03:56:45 +00:00
Host Set thread names on FreeBSD 2013-07-25 19:10:32 +00:00
Interpreter Add format specifiers to various format ids so we can print thread ids in decimal on Linux and FreeBSD. 2013-07-30 16:44:36 +00:00
Plugins The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction 2013-07-31 02:19:15 +00:00
Symbol Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions 2013-07-29 16:05:11 +00:00
Target The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction 2013-07-31 02:19:15 +00:00
Utility Add new files to CMakeLists.txt to fix cmake build error. 2013-06-17 23:07:22 +00:00
CMakeLists.txt Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +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 Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00