llvm-project/lldb/source
Jim Ingham a7d4822c75 Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols.
If we don't do that "nexti" will stop too soon when stepping past a tail call jump.

rdar://problem/14516227

llvm-svn: 187173
2013-07-26 00:27:57 +00:00
..
API This commit does two things. One, it converts the return value of the QueueThreadPlanXXX 2013-07-18 21:48:26 +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 Fixed several problems with watchpoint expressions. 2013-07-25 23:12:53 +00:00
Core <rdar://problem/14521548> 2013-07-24 18:17:35 +00:00
DataFormatters Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef) 2013-07-15 23:17:32 +00:00
Expression Remove builtin attribute from calls whose targets we replace 2013-07-23 21:34:03 +00:00
Host Set thread names on FreeBSD 2013-07-25 19:10:32 +00:00
Interpreter Fixed several problems with watchpoint expressions. 2013-07-25 23:12:53 +00:00
Plugins Fix the lldb build after the removal of mblaze. 2013-07-25 19:36:13 +00:00
Symbol Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Target Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols. 2013-07-26 00:27:57 +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