https://bugs.llvm.org/show_bug.cgi?id=35860
lab...@google.com changed:
What|Removed |Added
CC||lab...@google.com
Assignee|lldb-de
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
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
> 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