ITADN
hugsy/gef/Issues

use simultaneously gef and the original gdb display

#1212OpenRehan-MALAK 创建于 2026-02-04
not-a-bugstaleui
R
Rehan-MALAKcommented
Hi, ### Type of feature request Misc ### Misc new gdb display in the gef layout ### Summary Description this is my usual layout config ``` gef config context.layout "legend regs -stack code -args -source -threads -trace extra memory" gef config context.nb_lines_code 25 ``` I use sometimes ``memory watch &my_address 100 byte`` but I miss the original gdb display ``display my_structure`` could we have something like ``` gef config context.layout "legend regs -stack code -args -source -threads -trace extra memory gdb_display" ``` or is it already doable to get both gef layout and gdb display simultaneously ? ### Implementation idea/suggestion empty ### Existing alternatives? _No response_ ### Additional information _No response_
4 条评论