The GDB disassembly command is good for short C identifiers, for example. main . For long, crippled C ++ identifiers, verbosity is full. For example, using icpc, I see results similar to
(gdb) disassemble 0x49de2f 0x49de5b
Dump of assembler code from 0x49de2f to 0x49de5b:
0x000000000049de2f <_ZN5pecos8suzerain16fftw_multi_array6detail18c2c_buffer_processIPA2_dPKSt7complexIdEilNS2_26complex_copy_differentiateIS4_EEEEvT_T1_T2_T0_SD_SE_RKT3_+167>: mov 0x18(%rsp),%rsi
Shows that the CLI is annoying for a long time. They make the GDB TUI assembly a collection, but they are useless.
Is there a way to tell GDB about the truncated identifier? Tell me the clip is only 50 characters?
source
share