| Title and Contents |
$ascii |
Prints ASCII or all ISO Latin-1. | |
$beep |
Beeps on illegal command line editing. | |
$catchexecs
| Stops execution on program exec. | |
$catchforkinfork |
Notifies you as soon as the forked process is created (otherwise you are notified when the call finishes). | |
$catchforks |
Notifies you on program fork. | |
$childprocess |
When the debugger detects a fork, it assigns the child process ID to
$childprocess. | |
$curevent |
Displays the current breakpoint number. | |
$curfile |
Displays the current source file. | |
$curfilepath |
Displays the current source file access path. | |
$curline |
Displays the current source line. | |
$curpc |
Displays the current point of program execution. | |
$curprocess |
Displays the current process ID. | |
$cursrcline |
Displays the last source line at end of most recent source. | |
$cursrcpc |
Displays the PC address at end of most recent machine code listing. | |
$curthread |
Displays the current thread ID. | |
$dbxoutputformat |
Displays various data structures in dbx format. | |
$dbxuse |
Replaces current use paths. | |
$decints |
Displays integers in decimal radix. | |
$doverbosehelp |
Displays the help menu front page. | |
$editline |
Enables command line editing. | |
$eventecho |
Echoes events with event numbers. | |
$exitonterminationofprocesswithpid |
If set to process ID (pid), when that process
terminates, the debugger exits. | |
$funcsig |
Displays function signature at breakpoint. | |
$giveladebughints |
Displays hints on Ladebug features. | |
$hasmeta |
Interprets multibyte characters. | |
$hexints |
Displays integers in hex radix. | |
$historylines |
Defines the number of commands to show for history. | |
$indent |
Prints structures with indentation. | |
$lang |
Defines the programming language of current routine. | |
$lasteventmade |
Displays the number of last (successful) breakpoint definition. | |
$lc_ctype |
Displays the current locale information. | |
$listwindow |
Displays the number of lines to show for list. | |
$main |
Displays the name of the first routine in the program. | |
$maxstrlen |
Defines the largest string to print fully. | |
$octints |
Displays integers in octal radix. | |
$overloadmenu |
Prompts for choice of overloaded C++ name. | |
$page |
Paginates debugger terminal output. | |
$pagewindow |
Defines the number of lines per output page. | |
$parentprocess |
When the debugger detects a fork, it assigns the parent process ID
to $parentprocess. | |
$pimode |
Echoes input to log file on playback input. | |
$prompt |
Specifies debugger prompt. | |
$repeatmode |
Repeats previous command when you press the Return key. | |
$showlineonstartup |
Displays the first executable line in main. | |
$showwelcomemsg |
Displays welcome message at startup time. | |
$stackargs |
Shows arguments in the call stack. | |
$statusargs |
Prints breakpoints without parameters. | |
$stepg0 |
Steps over routines with minimal symbols. | |
$stoponattach |
Stops the running process on attach. | |
$stopparentonfork |
Stops parent process execution on fork.
When set to a
nonzero value, this variable
instructs the debugger to stop the parent process after it forks a child process.
The child process continues to run if $catchforks is set, otherwise it does not.
The default is 0. | |
$threadlevel |
Specifies POSIX threads (DECthreads) or native threads. | |
$usedynamictypes |
Evaluates using C++ static or dynamic type. | |
$verbose |
Produces even more output. |
(ladebug) alias
F1 print
F2 print 'F2 executes the command "F2 selected-text" - define alias F2'
F3 print 'F3 executes the command "F3 selected-text" - define alias F3'
S next
Si nexti
W list $curline - 10:20
a assign
att attach
b stop at
bp stop in
c cont
d delete
det detach
e file
exit quit
f func
g goto
h history
j status
l list
li ($cursrcpc)/10 i; set $cursrcpc = $cursrcpc + 40
n next
ni nexti
p print
pd printd
pi playback input
plist show process all
po printo
pr printregs
ps printf "%s",
px printx
q quit
r rerun
ri record input
ro record output
s step
si stepi
source playback input
sw switch
switch process
t where
tlist show thread
ts where thread all
tset thread
tstack where thread all
u list $curline - 9:10
w list $curline - 5:10
wi ($curpc - 20)/10 i
wm watch memory
wv watch variable