The current implementation of the debugger is case agnostic as far as
command names go, and since there's already an "l", there can't be an
"L" as well.
Should we pick another name, or force commands to be case sensitive?
The debugger command loop is a mess with it's magic int values. It
should have just chars in the switch statement, which will also enable
above case distinction.
leo