Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
812
static void debug_mi_error( const char * message )
813
{
814
debug_mi_format_token();
815
printf(
"^error,msg=\"
%s\
"\n(gdb) \n"
, message );
816
}
817
818
static void debug_error_( const char * message )
819
{
Callers
8
debug_error_
Function · 0.85
debug_mi_break_insert
Function · 0.85
debug_mi_break_delete
Function · 0.85
debug_mi_break_enable
Function · 0.85
debug_mi_break_disable
Function · 0.85
debug_mi_break_info
Function · 0.85
debug_mi_break_list
Function · 0.85
debug_mi_interpreter_exec
Function · 0.85
Calls
1
debug_mi_format_token
Function · 0.85
Tested by
no test coverage detected