Code::Blocks  SVN r11506
Classes | Functions
debuggermanager.h File Reference
#include <map>
#include <vector>
#include <wx/string.h>
#include "prep.h"
#include "settings.h"
#include "manager.h"
#include "configmanager.h"
Include dependency graph for debuggermanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbBreakpoint
 
class  cbWatch
 
class  cbStackFrame
 
class  cbThread
 
class  cbDebuggerConfiguration
 
struct  cbDebuggerCommonConfig
 
class  DebuggerManager
 
struct  DebuggerManager::PluginData
 

Functions

cb::shared_ptr< cbWatch > DLLIMPORT cbGetRootWatch (cb::shared_ptr< cbWatch > watch)
 
DLLIMPORT wxString cbDetectDebuggerExecutable (const wxString &exeName)
 Tries to detect the path to the debugger's executable. More...
 
DLLIMPORT uint64_t cbDebuggerStringToAddress (const wxString &address)
 Convert a string in hex form to a uint64_t number. More...
 
DLLIMPORT wxString cbDebuggerAddressToString (uint64_t address)
 Convert a uint64_t variable to a hex string that will look like an address. More...
 

Function Documentation

◆ cbDebuggerAddressToString()

DLLIMPORT wxString cbDebuggerAddressToString ( uint64_t  address)

Convert a uint64_t variable to a hex string that will look like an address.

Definition at line 493 of file debuggermanager.cpp.

Referenced by DisassemblyDlg::AddAssemblerLine(), and cbStackFrame::GetAddressAsString().

◆ cbDebuggerStringToAddress()

DLLIMPORT uint64_t cbDebuggerStringToAddress ( const wxString address)

◆ cbDetectDebuggerExecutable()

DLLIMPORT wxString cbDetectDebuggerExecutable ( const wxString exeName)

◆ cbGetRootWatch()

cb::shared_ptr<cbWatch> DLLIMPORT cbGetRootWatch ( cb::shared_ptr< cbWatch watch)