| 887 | } |
| 888 | |
| 889 | static void |
| 890 | db_stack_trace_all(db_expr_t dummy, bool dummy2, db_expr_t dummy3, |
| 891 | char *dummy4) |
| 892 | { |
| 893 | |
| 894 | _db_stack_trace_all(false); |
| 895 | } |
| 896 | |
| 897 | /* |
| 898 | * Take the parsed expression value from the command line that was parsed |
nothing calls this directly
no test coverage detected