llvm-project/lldb/source
Jason Molenda 87698349b3 Add two new memory region based checks to the Unwinder:
Check that the pc value for frames up the stack is in a
mapped+executable region of memory.

Check that the stack pointer for frames up the stack is
in a mapped+readable region of memory.

If the unwinder ever makes a mistake walking the stack,
these checks will help to keep it from going too far into
the weeds.

These aren't fixing any bugs that I know of, but they
add extra robustness to a complicated task.

llvm-svn: 146478
2011-12-13 06:00:49 +00:00
..
API Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. 2011-12-08 19:44:08 +00:00
Breakpoint Fixed some extra warnings that show up with the new clang. 2011-12-03 00:46:21 +00:00
Commands Added a new class called lldb_private::SymbolFileType which is designed to 2011-12-08 02:13:16 +00:00
Core rdar://problem/10227672 2011-12-12 21:59:28 +00:00
Expression I have modified the part of the code that finds and 2011-12-13 01:42:04 +00:00
Host Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This 2011-12-01 23:28:38 +00:00
Interpreter "f" should be an alias for "frame select" not "finish" to match the gdb usage. 2011-12-02 01:12:59 +00:00
Plugins Add two new memory region based checks to the Unwinder: 2011-12-13 06:00:49 +00:00
Symbol Fixed a problem with properties where LLDB was not 2011-12-09 23:24:26 +00:00
Target rdar://problem/10227672 2011-12-12 21:59:28 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Added support for the new ".apple_objc" accelerator tables. These tables are 2011-10-27 17:55:14 +00:00