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
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
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