<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div><br>
</div>
<div><br>
</div>
<div style="font-size:100%;color:#000000"><!-- originalMessage -->
<div>-------- Original message --------</div>
<div>From: Greg Clayton <gclayton@apple.com> </div>
<div>Date: 16/12/2016 21:48 (GMT+00:00) </div>
<div>To: "Abid, Hafiz" <Hafiz_Abid@mentor.com> </div>
<div>Cc: lldb-dev@lists.llvm.org </div>
<div>Subject: Re: LLDB bare-metal and 'load' command </div>
<div><br>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
> On Dec 16, 2016, at 9:00 AM, Abid, Hafiz <Hafiz_Abid@mentor.com> wrote:<br>
> <br>
> Hi Greg,<br>
> I was trying to do some bare-metal debugging with LLDB and an ARM board. I noticed that<br>
> LLDB does not have a command similar to 'load' command of GDB. Searching the mailing list,<br>
> it seems that this issue has been discussed before.<br>
> <br>
> <a href="http://lists.llvm.org/pipermail/lldb-dev/2014-March/003476.html" target="_BLANK">
http://lists.llvm.org/pipermail/lldb-dev/2014-March/003476.html</a><br>
> <br>
> Has any such command been added in LLDB since that discussion? If not, then I would like to<br>
> take a stab at adding this command in LLDB proper. I was wondering where such command<br>
> will make most sense. Should it be added to some existing group like 'process' or 'image' or<br>
> be a stand-alone command?<br>
<br>
No ELF specific loader has been written so I would go ahead and write one in python and check it into $(trunk)/examples/python as loadelf.py. I am not sure if you can add a python command as a child of an existing command, but you can call it "load-elf". There
 are a few open source ELF parsers in python, and I have one if you need it so that you don't have to write one from scratch.<br>
<br>
Thanks for your comments. I was thinking of adding a normal command in C++ instead of python. Do you think that is not the right way to go about it?</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Thanks,</div>
<div class="PlainText">Abid<br>
<br>
</div>
</span></font>
</body>
</html>