Debugger: Add core file request to DebuggerInterface.
commitbac2e686dc363e4771b40dbeb9d018b418ffcf68
authorRene Gollent <rene@gollent.com>
Wed, 27 Apr 2016 01:48:44 +0000 (26 21:48 -0400)
committerRene Gollent <rene@gollent.com>
Wed, 27 Apr 2016 01:48:44 +0000 (26 21:48 -0400)
tree6b548ff830666b1f9343a0aba59465f33dd418ec
parent42f95002355c4dc730d13302a84bdfe404a9bb6a
Debugger: Add core file request to DebuggerInterface.

{CoreFile,Local}DebuggerInterface:
- Add virtual hook for requesting a core dump of the current team. Implement
  accordingly in LocalDebuggerInterface, and add a no-op stub in
  CoreFileDebuggerInterface.
src/apps/debugger/debugger_interface/DebuggerInterface.h
src/apps/debugger/debugger_interface/interfaces/CoreFileDebuggerInterface.cpp
src/apps/debugger/debugger_interface/interfaces/CoreFileDebuggerInterface.h
src/apps/debugger/debugger_interface/interfaces/LocalDebuggerInterface.cpp
src/apps/debugger/debugger_interface/interfaces/LocalDebuggerInterface.h