MCPcopy Create free account
hub / github.com/boostorg/build / debug_mi_error

Function debug_mi_error

src/engine/debugger.cpp:812–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810};
811
812static void debug_mi_error( const char * message )
813{
814 debug_mi_format_token();
815 printf( "^error,msg=\"%s\"\n(gdb) \n", message );
816}
817
818static void debug_error_( const char * message )
819{

Callers 8

debug_error_Function · 0.85
debug_mi_break_insertFunction · 0.85
debug_mi_break_deleteFunction · 0.85
debug_mi_break_enableFunction · 0.85
debug_mi_break_disableFunction · 0.85
debug_mi_break_infoFunction · 0.85
debug_mi_break_listFunction · 0.85

Calls 1

debug_mi_format_tokenFunction · 0.85

Tested by

no test coverage detected