| Cnemiver::ui_utils::ActionEntry | |
| Cnemiver::common::Address | |
| Cnemiver::common::Asm | |
| Cnemiver::common::AsmInstr | |
| ►Cstd::basic_string< Char > | STL class |
| Cnemiver::common::WString | |
| Cnemiver::IDebugger::Breakpoint | Breakpoint descriptor |
| Cnemiver::ISessMgr::Breakpoint | |
| Cnemiver::common::Buffer | |
| Cnemiver::common::CharsRef | |
| Cnemiver::common::Column | |
| Cnemiver::Command | A container of the textual command sent to the debugger |
| Cnemiver::CommandAndOutput | |
| Cnemiver::common::ConfManager | |
| Cnemiver::common::ConnectionManager | Declaration of the entry point of the db abstraction layer. this class has the capacity to set the type of the db driver we want to use, connect to a database and return a #Connection object |
| Cnemiver::common::DBDesc | |
| Cnemiver::common::DefaultRef | |
| Cnemiver::common::DelCharsUnref | |
| Cnemiver::common::DeleteFunctor< PointerType > | |
| Cnemiver::common::DelUnicharsUnref | |
| Cnemiver::common::DisassembleInfo | |
| ►Cstd::exception | STL class |
| ►Cstd::runtime_error | STL class |
| ►Cnemiver::common::Exception | |
| Cnemiver::common::Sequence::OverflowException | |
| Cnemiver::IDebugger::Frame | Function frame as seen by the debugger |
| Cnemiver::common::FreeUnref | |
| Cnemiver::common::GCharRef | |
| Cnemiver::common::GCharUnref | |
| Cnemiver::GDBMIParser | |
| Cnemiver::common::GErrorRef | |
| Cnemiver::common::GErrorUnref | |
| Cnemiver::common::DynamicModule::Info | |
| Cnemiver::common::Initializer | |
| Cnemiver::LayoutManager | |
| Cnemiver::LayoutSelector | |
| ►Cnemiver::common::Loc | The base type presenting a location |
| Cnemiver::common::AddressLoc | |
| Cnemiver::common::FunctionLoc | |
| Cnemiver::common::SourceLoc | |
| Cnemiver::common::LogStream | Log stream class it features logs on cout, cerr, and files. it also features log domains and log levels |
| Cnemiver::common::MixedAsmInstr | |
| ►Cnemiver::common::Object | |
| Cnemiver::BreakpointsView | |
| Cnemiver::CallStack | |
| Cnemiver::common::Config | |
| Cnemiver::common::Connection | |
| Cnemiver::common::DynamicModule | The base class for loadable modules |
| Cnemiver::common::DynamicModule::Config | |
| ►Cnemiver::common::DynamicModule::Loader | |
| Cnemiver::common::Plugin::EntryPoint::Loader | |
| Cnemiver::common::DynamicModuleManager | |
| ►Cnemiver::common::DynModIface | |
| Cnemiver::common::IConnectionManagerDriver | |
| ►Cnemiver::common::Plugin::EntryPoint | |
| ►Cnemiver::IPerspective | |
| Cnemiver::IDBGPerspective | |
| Cnemiver::IConfMgr | |
| ►Cnemiver::IDebugger | Debugger engine |
| Cnemiver::GDBEngine | |
| Cnemiver::ILangTrait | |
| Cnemiver::IVarList | |
| Cnemiver::IVarListWalker | |
| Cnemiver::IVarWalker | |
| Cnemiver::IWorkbench | Interface of the Workbench. The workbench is what you see graphically when you use Nemiver. It is made of a menu bar, toolbars and a set of widgets that let you actually debug your code. The set of widgets that actually makes the debugger experience is called a perspective. The Workbench must be seen a container of perspectives. A perspective can be active or not |
| Cnemiver::common::IConnectionDriver | |
| Cnemiver::common::IInputStream | |
| Cnemiver::common::IProcMgr | |
| Cnemiver::common::ModuleRegistry | |
| Cnemiver::common::Plugin | |
| Cnemiver::common::Plugin::Descriptor | |
| Cnemiver::common::PluginManager | |
| Cnemiver::common::Sequence | |
| Cnemiver::common::Transaction | Application level persistence transaction class. abstracts a transaction several persistent objects can be part of. This class is used to model the fact that there the persistence of several instances can be part of the same transaction. Either they all succeed in persisting their data, or they all fail. Read docs/nmv-persistence.txt to learn more |
| ►Cnemiver::Dialog | |
| Cnemiver::CallFunctionDialog | |
| Cnemiver::ChooseOverloadsDialog | |
| Cnemiver::ExprInspectorDialog | |
| Cnemiver::FindTextDialog | |
| Cnemiver::GlobalVarsInspectorDialog | |
| Cnemiver::LoadCoreDialog | |
| Cnemiver::LocateFileDialog | |
| Cnemiver::OpenFileDialog | |
| Cnemiver::PreferencesDialog | |
| Cnemiver::ProcListDialog | |
| Cnemiver::RemoteTargetDialog | |
| Cnemiver::RunProgramDialog | |
| Cnemiver::SavedSessionsDialog | |
| Cnemiver::SetBreakpointDialog | |
| Cnemiver::SetJumpToDialog | |
| Cnemiver::WatchpointDialog | |
| Cnemiver::ExprInspector | |
| Cnemiver::ExprMonitor | A widget that can monitor the state of a given set of variables |
| Cnemiver::FileList | |
| Cnemiver::GDBMIList | A GDB/MI LIST. It can be a list of either GDB/MI Result or GDB/MI Value |
| Cnemiver::GDBMIResult | |
| Cnemiver::GDBMITuple | |
| Cnemiver::GDBMIValue | |
| Cnemiver::Hex::Document | |
| Cnemiver::Hex::Editor | |
| Cnemiver::IDebugger::Variable | |
| Cnemiver::ISessMgr | |
| ►Cnemiver::Layout | The base class for Layouts |
| Cnemiver::DBGPerspectiveDefaultLayout | |
| Cnemiver::DBGPerspectiveDynamicLayout | |
| Cnemiver::DBGPerspectiveTwoPaneLayout | |
| Cnemiver::DBGPerspectiveWideLayout | |
| Cnemiver::LocalVarsInspector | |
| Cnemiver::MemoryView | |
| Cnemiver::OutputHandler | |
| Cnemiver::OutputHandlerList | |
| Cnemiver::RegistersView | |
| Cnemiver::Terminal | |
| Cnemiver::ThreadList | |
| Cnemiver::Var | |
| Cnemiver::common::ObjectRef | |
| Cnemiver::common::ObjectUnref | |
| Cnemiver::options_utils::OptionDesc | |
| Cnemiver::Output::OutOfBandRecord | Out of band record we got from GDB |
| Cnemiver::Output | Output received from the debugger |
| Cnemiver::IDebugger::OverloadsChoiceEntry | Entry of a choice list to choose between a list of overloaded functions. This is used for instance to propose a choice between several overloaded functions when the user asked to break into a function by name and when that name has several overloads |
| Cnemiver::common::IProcMgr::Process | |
| Cnemiver::common::Range | This abstracts a range of integer values |
| Cnemiver::common::libxmlutils::ReaderIOContext | |
| Cnemiver::common::ReadLine | |
| Cnemiver::common::RefGObjectNative | |
| Cnemiver::Output::ResultRecord | |
| Cnemiver::common::SafePtr< PointerType, ReferenceFunctor, UnreferenceFunctor > | |
| Cnemiver::common::SafePtr< DynamicModule, ObjectRef, ObjectUnref > | |
| Cnemiver::common::SafePtr< GDBMIValue, ObjectRef, ObjectUnref > | |
| Cnemiver::common::SafePtr< Gtk::Spinner > | |
| Cnemiver::common::SafePtr< ObjectPriv > | |
| Cnemiver::common::SafePtr< Priv > | |
| Cnemiver::common::SafePtr< SavedSessionsDialog::Priv > | |
| Cnemiver::common::SafePtr< ScopeLoggerPriv > | |
| Cnemiver::common::SafePtr< Var, ObjectRef, ObjectUnref > | |
| Cnemiver::common::SafePtr< Variable, ObjectRef, ObjectUnref > | |
| Cnemiver::common::ScopeLogger | |
| Cnemiver::ISessMgr::Session | |
| ►Cnemiver::common::SQLStatement | |
| Cnemiver::common::DeleteStatement | |
| Cnemiver::common::InsertStatement | |
| Cnemiver::Output::StreamRecord | Debugger stream record |
| ►CToolItem | |
| Cnemiver::SpinnerToolItem | |
| Cnemiver::common::TransactionAutoHelper | |
| ►CTreeModelColumnRecord | |
| Cnemiver::variables_utils2::VariableColumns | |
| ►CTreeView | |
| Cnemiver::VarsTreeView | |
| Cnemiver::common::UnicharsRef | |
| Cnemiver::common::UnrefGObjectNative | |
| ►Custring | |
| Cnemiver::common::UString | |
| Cnemiver::VarChange | |
| Cnemiver::VarFragment | |
| Cnemiver::ISessMgr::WatchPoint | |
| Cnemiver::ui_utils::WidgetRef | |
| Cnemiver::ui_utils::WidgetUnref | |
| ►CWindow | |
| Cnemiver::PopupTip | |
| Cnemiver::common::libxmlutils::XMLCharRef | |
| Cnemiver::common::libxmlutils::XMLCharUnref | |
| Cnemiver::common::libxmlutils::XMLTextReaderRef | |
| Cnemiver::common::libxmlutils::XMLTextReaderUnref | |
| Cnemiver::common::libxmlutils::XMLXPathContextRef | |
| Cnemiver::common::libxmlutils::XMLXPathContextUnref | |
| Cnemiver::common::libxmlutils::XMLXPathObjectRef | |
| Cnemiver::common::libxmlutils::XMLXPathObjectUnref | |
| ►CBox | |
| Cnemiver::SourceEditor | |