Skip to content

improve debug plugin load performance

Waqar Ahmed requested to merge work/gdb-plugin-load-faster into master

Decreases load time from 30+ ms to ~13ms by lazy initializing the ConfigView. To do this, session config store/restore has been decoupled and moved into a plain structure.

Merge request reports