llvm-project/lldb
Greg Clayton fc75303acb Avoid infinite loops in stack backtraces and renamed:
bool RegisterContextLLDB::GetPC (addr_t& pc);

to:
    bool RegisterContextLLDB::ReadPC (addr_t& pc);
    
To avoid confusion with the GetPC() function that is part of the 
lldb_private::RegisterContext:

    uint64_t RegisterContext::GetPC (uint64_t fail_value);
    
Bad things could happen if the two got intermixed and the wrong one got
called.

Fixed inifinite loop detection by watching for two frames where the
RegisterContextLLDB::CursorSP contains the same start_pc and cfa.

    

llvm-svn: 123673
2011-01-17 21:03:33 +00:00
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
include Added missing source files. 2011-01-17 04:19:51 +00:00
lib Initial support for a DynamicLoader plugin on Linux. 2011-01-16 19:45:39 +00:00
lldb.xcodeproj A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
resources lldb-41 and debugserver-126 are set in the Xcode projects. 2011-01-15 03:06:23 +00:00
scripts Fixed an error in the type map for "char **" that was a bad memory smasher. 2011-01-14 04:54:56 +00:00
source Avoid infinite loops in stack backtraces and renamed: 2011-01-17 21:03:33 +00:00
test A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
tools lldb-41 and debugserver-126 are set in the Xcode projects. 2011-01-15 03:06:23 +00:00
utils The recent change in argument parsing is messing up the emacs lldb mode's capability to properly 2010-12-20 22:58:58 +00:00
www Apply patch from Bruce Mitchener to fix spelling errors. 2011-01-07 17:16:03 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Ignore unknown pragmas. 2011-01-06 22:10:24 +00:00