D PTR (Ebp+0xc) ) That Is Popular Among Windows Users.: Default Mode
D PTR (Ebp+0xc) ) That Is Popular Among Windows Users.: Default Mode
Default mode
In this example we will disassemble a simple function using both AT&T and Intel styles:
int func(int a, int b)
{
return a + b;
}
VisualGDB automatically sets the disassembly flavor to Intel so that the disassembly
output similar to the native Visual Studio disassembly. You can change this by adding
the set disassembly-flavor command in the GDB Startup Commands list for your
project.
See also
Disassembly-related commands
,
disassemble
,
set disassemble-next