[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Machine Code Window
From: |
Dietmar P. Schindler |
Subject: |
Re: Machine Code Window |
Date: |
Tue, 22 Apr 2003 10:01:37 +0200 |
Sean wrote:
> Been trying to debug a program using the Machine Code Window and
> can't get it to work. Found a note somewhere that suggested trying
> "graph display /i $pc" but it didn't help. The proper code is not
> disassembled into the Machine Code Window nor does it follow the current
> instruction pointer. This is using 3.3.1 with GDB version 5.3.
Even debugging on machine code level requires an object file with debug
information. Without that, you could disassemble with "disass $pc $pc".
- Machine Code Window, Sean Estabrooks, 2003/04/21
- Re: Machine Code Window,
Dietmar P. Schindler <=