|
Nemiver
0.3
|
the output received from the debugger. More...
#include <nmv-dbg-common.h>
Classes | |
| class | OutOfBandRecord |
| the out of band record we got from GDB. More... | |
| class | ResultRecord |
| class | StreamRecord |
| debugger stream record. More... | |
Public Types | |
| typedef list< OutOfBandRecord > | OutOfBandRecords |
Public Member Functions | |
| Output () | |
| Output (const UString &a_value) | |
| void | clear () |
accessors | |
| const UString & | raw_value () const |
| void | raw_value (const UString &a_in) |
| bool | parsing_succeeded () const |
| void | parsing_succeeded (bool a_in) |
| bool | has_out_of_band_record () const |
| void | has_out_of_band_record (bool a_in) |
| const list< OutOfBandRecord > & | out_of_band_records () const |
| list< OutOfBandRecord > & | out_of_band_records () |
| bool | has_result_record () const |
| void | has_result_record (bool a_in) |
| const ResultRecord & | result_record () const |
| ResultRecord & | result_record () |
| void | result_record (const ResultRecord &a_in) |
the output received from the debugger.
This is tightly modeled after the interface exposed by gdb, but I hope it is generic enough to serve for several debugging engines. See the documentation of GDB/MI for more.
| typedef list<OutOfBandRecord> nemiver::Output::OutOfBandRecords |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17