> On Jul 30, 2020, at 8:07 PM, Rui Hong via lldb-dev
> wrote:
>
> Hi LLDB devs,
>
> I have almost finished porting LLDB to my architecture, now LLDB communicates
> well with my GDB stub of my simulator and can do debugging actions like
> breakpoint, continue, step, reading memory, reading r
Hi Rui,
Disassembler::Disassemble calls ParseInstructions with prefer_file_cache set to
false. Try setting prefer_file_cache to true.
Ted
From: lldb-dev On Behalf Of Rui Hong via
lldb-dev
Sent: Thursday, July 30, 2020 10:08 PM
To: lldb-dev
Subject: [EXT] [lldb-dev] LLDB's disassemble functio