https://bugs.llvm.org/show_bug.cgi?id=34590
Bug ID: 34590
Summary: [FreeBSD] lldb is missing ObjectFile plugin to write
cores
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: N
At least I did not encounter the below issue on Ubuntu 16.04 (with x86
i.e 32bit) machine with lldb v5.0.
FYI, I have built the tool chain from the RELEASE_500/final tag source.
> Somebody on stack overflow is reporting:
> https://stackoverflow.com/questions/46164427/lldb-is-not-starting-an-appl
Hi Ramana,
Looks like just a naming issue - classes derived from RegisterInfoInterface
should be named as RegisterInfo_, because they just implement a
common interface to access targets's register info structures. Whereas
RegisterContext relates to certain execution context and concrete frame,
https://bugs.llvm.org/show_bug.cgi?id=34594
Bug ID: 34594
Summary: Revisit the failure path for Process::Resume() to
avoid leaking Stopped->Running->Stopped events
Product: lldb
Version: unspecified
Hardware: PC