use simultaneously gef and the original gdb display
not-a-bugstaleui
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 条评论