Code::Blocks
SVN r11506
|
Debugger cursor info. More...
#include <debugger_defs.h>
Public Member Functions | |
Cursor () | |
Public Attributes | |
wxString | file |
wxString | address |
wxString | function |
long int | line |
If -1, no line info. More... | |
bool | changed |
Debugger cursor info.
Contains info about the debugger's cursor, i.e. where it currently is at (file, line, function, address).
Definition at line 26 of file debugger_defs.h.
|
inline |
Definition at line 28 of file debugger_defs.h.
wxString Cursor::address |
Definition at line 30 of file debugger_defs.h.
Referenced by GdbCmd_DisassemblyInit::GdbCmd_DisassemblyInit(), GDB_driver::HandleMainBreakPoint(), DebuggerDriver::NotifyCursorChanged(), DebuggerGDB::OnCursorChanged(), GDB_driver::ParseOutput(), CdbCmd_Backtrace::ParseOutput(), CdbCmd_SwitchFrame::ParseOutput(), GdbCmd_DisassemblyInit::ParseOutput(), GdbCmd_FindCursor::ParseOutput(), and DebuggerDriver::ResetCursor().
bool Cursor::changed |
Definition at line 33 of file debugger_defs.h.
Referenced by GDB_driver::HandleMainBreakPoint(), DebuggerDriver::NotifyCursorChanged(), DebuggerGDB::OnCursorChanged(), CDB_driver::ParseOutput(), GDB_driver::ParseOutput(), CdbCmd_Backtrace::ParseOutput(), CdbCmd_SwitchFrame::ParseOutput(), GdbCmd_FindCursor::ParseOutput(), and DebuggerDriver::ResetCursor().
wxString Cursor::file |
Definition at line 29 of file debugger_defs.h.
Referenced by DebuggerGDB::GetCurrentPosition(), GDB_driver::HandleMainBreakPoint(), DebuggerGDB::OnCursorChanged(), GDB_driver::ParseOutput(), CdbCmd_Backtrace::ParseOutput(), CdbCmd_SwitchFrame::ParseOutput(), GdbCmd_FindCursor::ParseOutput(), DebuggerDriver::ResetCursor(), and GDB_driver::UpdateWatches().
wxString Cursor::function |
Definition at line 31 of file debugger_defs.h.
Referenced by DebuggerGDB::OnCursorChanged(), GDB_driver::ParseOutput(), GdbCmd_FindCursor::ParseOutput(), and DebuggerDriver::ResetCursor().
long int Cursor::line |
If -1, no line info.
Definition at line 32 of file debugger_defs.h.
Referenced by DebuggerGDB::GetCurrentPosition(), GDB_driver::HandleMainBreakPoint(), DebuggerGDB::OnCursorChanged(), GDB_driver::ParseOutput(), CdbCmd_Backtrace::ParseOutput(), CdbCmd_SwitchFrame::ParseOutput(), GdbCmd_FindCursor::ParseOutput(), and DebuggerDriver::ResetCursor().