[lldb-dev] [Bug 34594] New: Revisit the failure path for Process::Resume() to avoid leaking Stopped->Running->Stopped events

2017-09-13 Thread via lldb-dev
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

Re: [lldb-dev] lldb_private::RegisterContext vs lldb_private::RegisterInfoInterface

2017-09-13 Thread Tatyana Krasnukha via lldb-dev
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,

Re: [lldb-dev] lldb-5.0 on linux not finding lldb-server-5.0.0

2017-09-13 Thread Ramana via lldb-dev
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

[lldb-dev] [Bug 34590] New: [FreeBSD] lldb is missing ObjectFile plugin to write cores

2017-09-13 Thread via lldb-dev
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