Re: [lldb-dev] RFC: Moving debug info parsing out of process

2019-02-27 Thread Sanimir Agovic via lldb-dev
Hi Zachary, On Mon, Feb 25, 2019 at 7:23 PM Zachary Turner via lldb-dev < lldb-dev@lists.llvm.org> wrote: > [...] > Thoughts? Having a standalone symbols interface would open many tooling possibilities, the available interfaces are too dwarfish and too primitive. This necessarily does not require

Re: [lldb-dev] Accessing physical memory while remote debugging

2018-11-28 Thread Sanimir Agovic via lldb-dev
Hi Daniel, On Sat, Nov 24, 2018 at 9:34 PM Daniel Shaulov via lldb-dev < lldb-dev@lists.llvm.org> wrote: > The one thing that is really missing is the ability to read/write to physical memory addresses. This would indeed be a neat addition to improve debugging bare-metal targets, be it simulator