[lldb-dev] [Bug 35860] displaying some long double values causes lldb to crash

2018-01-09 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=35860 lab...@google.com changed: What|Removed |Added CC||lab...@google.com Assignee|lldb-de

Re: [lldb-dev] lldb test suite on macOS 10.13 (High Sierra)

2018-01-09 Thread Pavel Labath via lldb-dev
On 2 January 2018 at 19:20, Jim Ingham wrote: > This is actually using the same mechanism that Greg was describing, but > through a separate route. > > With the crashinfo mechanism in place, if a test crashes the crash log will > show whatever test was being run at the time of the crash. This w

[lldb-dev] Loading object file to target flash memory using vFlashWrite

2018-01-09 Thread Owen Shaw via lldb-dev
Looks like there was an addition about a year ago to load an object file to bare metal target memory via "target modules load --load". https://reviews.llvm.org/D28804 However, this isn't working in my case with openocd and a target that uses flash memory. By comparison, gdb loads the object just

Re: [lldb-dev] Loading object file to target flash memory using vFlashWrite

2018-01-09 Thread Greg Clayton via lldb-dev
> On Jan 9, 2018, at 3:53 PM, Owen Shaw via lldb-dev > wrote: > > Looks like there was an addition about a year ago to load an object > file to bare metal target memory via "target modules load --load". > https://reviews.llvm.org/D28804 > > However, this isn't working in my case with openocd a