Replies: 6 comments
-
It's debatable: I'd argue that if you go to the point of writing your own pane(s) it means you intend to use them so automatically adding them makes sense. Did this break something for you (aside from the new layout appearance)?
Weird 🤔 |
Beta Was this translation helpful? Give feedback.
-
Also, moving this into discussion, as it's not a bug |
Beta Was this translation helpful? Give feedback.
-
Based on the name of the function, which says "register" I think it makes more sense to only register and not add to the layout. |
Beta Was this translation helpful? Give feedback.
-
For my use case. |
Beta Was this translation helpful? Give feedback.
-
solved for syscall-args glibc-args @MrQubo , look this! #1093 and hugsy/gef-extras#111 https://hugsy.github.io/gef/api/#context-layout-mapping-api So, @MrQubo Can I close this discussion? If you need to check on each execution whether it's added or not... a simple hack could be:
|
Beta Was this translation helpful? Give feedback.
-
solved #1117 |
Beta Was this translation helpful? Give feedback.
-
register_external_context_pane()
automatically appends pane name tocontext.layout
.I think that
register_external_context_pane()
shouldn't modifycontext.layout
. Users can set the layout themselves or the code calling register_external_context_pane could do so.Just remove this line:
gef/gef.py
Line 9607 in 5927df4
Seems like issue template thing is broken for me. Clicking "Submit new issue" just does nothing.
Beta Was this translation helpful? Give feedback.
All reactions