GDB: Always read init scripts after python dumpers

If the user overrides a dumper function (e.g. threadnames), it is
not overridden when the target is a core dump, because the python
dumpers are re-read after loading the init scripts.

Change-Id: I8740228e754a4ed96352188bdfa4ffec95cdeaa0
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2011-12-05 08:53:51 +02:00
committed by hjk
parent 59ef5edcf5
commit 55714612a5
2 changed files with 11 additions and 9 deletions

View File

@@ -270,6 +270,7 @@ private: ////////// Gdb Process Management //////////
void handleAdapterStarted();
void defaultInferiorShutdown(const char *cmd);
void loadInitScript();
void loadPythonDumpers();
void pythonDumpersFailed();