You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the call to load_extra_plugins() was accidentally removed here? The only time it gets called now is in on_write in the config command for extra_plugins_dir (which is why gef config ... still loads the extra plugins).
The text was updated successfully, but these errors were encountered:
dev
branch?gdb -nx
Step 1: Describe your environment
Operating System / Distribution: Debian bookworm
Architecture: amd64
GEF version (including the Python library version) run
version
in GEF.Step 2: Describe your problem
Steps to reproduce
cd /opt && git clone https://github.com/hugsy/gef-extras
gef config gef.extra_plugins_dir /opt/gef-extras/scripts
gef save
Observed Results
extra commands aren't being loaded
Expected results
extra commands are loaded when you start up GDB, ie.
displays
Traces
bf959a3
![image](https://user-images.githubusercontent.com/41648788/175797788-80894055-9c07-4586-97a5-13c757cd33e2.png)
I think the call to load_extra_plugins() was accidentally removed here? The only time it gets called now is in
on_write
in the config command forextra_plugins_dir
(which is whygef config ...
still loads the extra plugins).The text was updated successfully, but these errors were encountered: