This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [reverse/record] adjust_pc_after_break in reverse execution mode?


I try "asm ("nop 0");" in with x86-32 gcc got insn:
 8048352:       0f 1f 05 00 00 00 00    nopl   0x0

On Sat, Oct 18, 2008 at 16:41, Andreas Schwab <schwab@suse.de> wrote:
> Pedro Alves <pedro@codesourcery.com> writes:
>
>> I think asm ("nop") like below is your best bet.  Is there any assembler
>> that doesn't understand "nop"?
>
> ia64 wants "nop 0".
>
> Andreas.
>
> --
> Andreas Schwab, SuSE Labs, schwab@suse.de
> SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
> PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]