ndexes to a std::vector, then sort the
vector of address indexes, and then we can do the above fixups.
Greg Clayton
On Nov 17, 2015, at 4:21 AM, kwadwo amankwa via lldb-dev
wrote:
Hi,
I'm building an application on windows using the python api. I need to be able
to access a code symbols ins
Hi,
I'm building an application on windows using the python api. I need to
be able to access a code symbols instructions but when I launch the
process the symbol has no instructions. I can manually read the symbols
address space but the symbol also has no end_addr set which makes it
difficult
:
symbol_section = symbol.GetStartAddress().GetSection()
if symbol_section.GetName() == section_name:
print symbol
instructions = symbol.GetInstructions(lldb.target)
for inst in instructions:
print inst
On Nov 12, 2015, at 2:1
Name() == section_name:
print symbol
instructions = symbol.GetInstructions(lldb.target)
for inst in instructions:
print inst
On Nov 12, 2015, at 2:13 PM, kwadwo amankwa via lldb-dev
wrote:
Hi
I'm writing a small scr
Hi
I'm writing a small script and need to disassemble a whole section ,
what would be the correct way to go about it ?
Cheers Que,
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
cking the Build Solution button in
Visual Studio or running ninja from command
line)? I don't know where it puts this stuff
with a VS2013 build, but with a ninja build,
your directory will be organized like this:
Are you using MSBuild or Ninja to build (i.e. are
you clicking the Build Solution button in Visual
Studio or running ninja from command line)? I
don't know where it puts this stuff with a VS2013
build, but with a ninja bui
on in Visual
Studio or running ninja from command line)? I
don't know where it puts this stuff with a VS2013
build, but with a ninja build, your directory will
be organized like this:
build
|___b
On 05/10/15 16:56, Zachary Turner wrote:
Are you using MSBuild or Ninja to build (i.e. are you
clicking the Build Solution button in Visual Studio or
running ninja from command line)? I don't know where
it puts this stuff with a VS201
On 05/10/15 16:56, Zachary Turner wrote:
Are you using MSBuild or Ninja to build (i.e. are you
clicking the Build Solution button in Visual Studio or
running ninja from command line)? I don't know where it
puts this stuff with a VS2013 build, but
If this is a debug build,
lldb.pyd if release
I'm betting you're missing the pyd file. Can you confirm? Then we can
diagnose that if it turns out to be the problem.
On Mon, Oct 5, 2015 at 5:20 AM kwadwo amankwa via lldb-dev
mailto:lldb-dev@lists.llvm.org>> wrote:
5 16:56, Zachary Turner wrote:
Are you using MSBuild or Ninja to build (i.e. are you clicking
the Build Solution button in Visual Studio or running ninja from
command line)? I don't know where it puts this stuff with a
VS2013 build, but with a ninja build, your direc
Hi guys,
Can someone point me in the right direction on this . I have managed to
set up my environment on windows , compiling python2.7.10 using VS2013
and building llvm/lldb in VS2013. lldb and all its libraries build
successfully so its just when I import lldb into my python project I get
t
13 matches
Mail list logo