> On Nov 6, 2017, at 9:50 AM, Ana Julia Pereira Caetano via lldb-dev
> wrote:
>
> Hi,
>
> I was taking a look at the disassembler on PowerPC64.
>
> Usually, when we have a branch instruction, it shows the address of the
> target.
> For example (function “ret1” in X86_64):
> GDB: 0x0
Hi,
I was taking a look at the disassembler on PowerPC64.
Usually, when we have a branch instruction, it shows the address of the target.
For example (function "ret1" in X86_64):
GDB: 0x0040051d <+45>: callq 0x4004e0
LLDB: 0x40051d <+45>: callq 0x4004e0 ; ret1
However, LLDB doesn't do t
https://bugs.llvm.org/show_bug.cgi?id=34419
lab...@google.com changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW