[Cgdb-users] assembly source view
Brought to you by:
bobbybrasko,
crouchingturbo
From: Brendan C. <bc...@ya...> - 2011-10-25 18:54:39
|
Greetings cgdb-users, Can anyone suggest a way to display assembly code in the source window? I'm debugging code without high level source and it would be helpful to track the $pc. Right now I'm just displaying the assembly around $pc after each step (display /i3 $pc), but being able to set assembly level breakpoints and using other features of cgdb would be helpful. thanks, Brendan |