Jeff King wrote: > Somebody suggested elsewhere that the name "gdb" be configurable. We > could stick that in the same variable, like: > > test "$GIT_TEST_GDB" = 1 && GIT_TEST_GDB=gdb > exec ${GIT_TEST_GDB} --args ... > > but that does not play well with the "debug" function, which does not > know which value to set it to. I guess we would need GIT_TEST_GDB_PATH > or something. *nod* I think having a separate variable like GIT_TEST_GDB_COMMAND would be fine. An interested person could also replace 'gdb --args' with 'lldb --' if they want to. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html