| 599 | } |
| 600 | |
| 601 | static void debug_child_break( int argc, const char * * argv ) |
| 602 | { |
| 603 | if ( argc == 2 ) |
| 604 | { |
| 605 | debug_add_breakpoint( argv[ 1 ] ); |
| 606 | } |
| 607 | } |
| 608 | |
| 609 | static int get_breakpoint_by_name( const char * name ) |
| 610 | { |
nothing calls this directly
no test coverage detected