[lldb-dev] Classes inheriting from RegisterContextDarwin_arm, and __APPLE__

2016-11-29 Thread Sam McCall via lldb-dev
The implementation of RegisterContextDarwin_arm is surrounded by #if defined(__APPLE__). Some other files define subclasses, e.g. RegisterContextDarwin_arm_Mach in ObjectFileMachO.cpp, that are built on non-apple machines. This seems... confusing, and causes me some problems trying to do dyna

[lldb-dev] [Bug 31212] New: LLDB steps incorrectly for binaries compiled using GCC 6.2 on Ubuntu 16.10

2016-11-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31212 Bug ID: 31212 Summary: LLDB steps incorrectly for binaries compiled using GCC 6.2 on Ubuntu 16.10 Product: lldb Version: 3.9 Hardware: PC OS: Linux Sta

Re: [lldb-dev] Refactoring in LLDB Windows Plugin

2016-11-29 Thread Zachary Turner via lldb-dev
What would it take to make it so that local and remote process plugins use the same exact interface? I mean in theory they're doing the same thing, just on a different machine. If they shared an identical interface then you could hook the lldb-server up to it and it would work either locally or r