[lldb-dev] [Bug 24074] lldb incorrectly displays typedefs in different lexical scopes

2015-08-19 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24074

ravithejaw...@gmail.com changed:

   What|Removed |Added

 CC||ravithejaw...@gmail.com
   Assignee|lldb-dev@lists.llvm.org |ravithejaw...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 24497] New: Single stepping over an instruction that jumps to invalid memory fails on Android arm

2015-08-19 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24497

Bug ID: 24497
   Summary: Single stepping over an instruction that jumps to
invalid memory fails on Android arm
   Product: lldb
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P
 Component: All Bugs
  Assignee: lldb-dev@lists.llvm.org
  Reporter: lab...@google.com
CC: llvm-b...@lists.llvm.org
Classification: Unclassified

This happens because of software single stepping, where we attempt to follow
the instruction and set a breakpoint in the invalid memory (and fail). Things
start falling apart after that. I have made TestCrashDuringStep to demostrate
this.

The expected behavior is to report the crash correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev