Code::Blocks  SVN r11506
Classes | Functions
parsewatchvalue.h File Reference
#include "debugger_defs.h"
Include dependency graph for parsewatchvalue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GDBLocalVariable
 

Functions

cb::shared_ptr< GDBWatchAddChild (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)
 

Function Documentation

◆ AddChild()

cb::shared_ptr<GDBWatch> AddChild ( cb::shared_ptr< GDBWatch parent,
wxString const &  str_name 
)
inline

Definition at line 320 of file parsewatchvalue.cpp.

References cbWatch::AddChild(), regexFortranArray, regexRepeatedChar, and wxT.

◆ ParseCDBWatchValue()

bool ParseCDBWatchValue ( cb::shared_ptr< GDBWatch watch,
wxString const &  value 
)

◆ ParseGDBWatchValue()

bool ParseGDBWatchValue ( cb::shared_ptr< GDBWatch watch,
wxString const &  value 
)

◆ TokenizeGDBLocals()

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().