Searched hist:e6687e8f (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/
H A DDebugger.cppdiff e6687e8f Sat May 28 20:58:15 MDT 2016 Rene Gollent <rene@gollent.com> Debugger: Add dedicated functions for global {un}init.

- Add new source file DebuggerGlobals, which contains the relevant
functions for initializing/destroying the various singleton rosters
that the core subsystems rely upon. It is the app's responsibility
to ensure these are called before anything else, and as final cleanup
at exit.
- The GUI/CLI app objects now take care of initializing the settings factory
and ValueHandlerRoster, as those are entirely app-specific.
- Refactor calls to init functions appropriately.
H A DJamfilediff e6687e8f Sat May 28 20:58:15 MDT 2016 Rene Gollent <rene@gollent.com> Debugger: Add dedicated functions for global {un}init.

- Add new source file DebuggerGlobals, which contains the relevant
functions for initializing/destroying the various singleton rosters
that the core subsystems rely upon. It is the app's responsibility
to ensure these are called before anything else, and as final cleanup
at exit.
- The GUI/CLI app objects now take care of initializing the settings factory
and ValueHandlerRoster, as those are entirely app-specific.
- Refactor calls to init functions appropriately.

Completed in 141 milliseconds