Code::Blocks
SVN r11506
|
#include "debugger_defs.h"
Go to the source code of this file.
Classes | |
struct | GDBLocalVariable |
Functions | |
cb::shared_ptr< GDBWatch > | AddChild (cb::shared_ptr< GDBWatch > parent, wxString const &str_name) |
bool | ParseGDBWatchValue (cb::shared_ptr< GDBWatch > watch, wxString const &value) |
bool | ParseCDBWatchValue (cb::shared_ptr< GDBWatch > watch, wxString const &value) |
void | TokenizeGDBLocals (std::vector< GDBLocalVariable > &results, wxString const &value) |
|
inline |
Definition at line 320 of file parsewatchvalue.cpp.
References cbWatch::AddChild(), regexFortranArray, regexRepeatedChar, and wxT.
Definition at line 847 of file parsewatchvalue.cpp.
References Token::AddChild(), GetArrayFromString(), wxArrayString::GetCount(), wxRegEx::GetMatch(), wxRegEx::IsValid(), wxRegEx::Matches(), NULL, and wxT.
Referenced by CdbCmd_Watch::ParseOutput(), and SUITE().
Definition at line 770 of file parsewatchvalue.cpp.
References dl_Fortran, wxString::empty(), wxString::EndsWith(), wxString::find(), g_DebugLanguage, wxString::length(), wxString::npos, ParseGDBWatchValue(), PrepareFortranOutput(), wxString::RemoveLast(), RemoveWarnings(), Token::start, wxString::substr(), wxString::Trim(), wxEmptyString, and wxT.
void TokenizeGDBLocals | ( | std::vector< GDBLocalVariable > & | results, |
wxString const & | value | ||
) |
Definition at line 981 of file parsewatchvalue.cpp.
References wxString::length(), Token::start, and wxT.
Referenced by GdbCmd_LocalsFuncArgs::ParseOutput(), and SUITE().