-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathloadOptions_noisyOff.dbg
More file actions
38 lines (29 loc) · 1.01 KB
/
loadOptions_noisyOff.dbg
File metadata and controls
38 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.echo +++++++ loading ${$arg0}
.echo close noisy option
.echo
.echo
.echo disable module loading [sxi ld].
sxi ld
.echo
.echo disable module unloading[sxi ud].
sxi ud
.echo
.echo show all output message except for Additional output (0x3F7) [.outmask /d] ,
.outmask /d
.echo
.echo Displays symbol file loading and unloading[.srcnoisy 2].
.srcnoisy 0
.echo
.echo close symbol load information [!sym quiet]
!sym quiet
.echo disable authentication dialog boxes to appear when SymSrv receives an authentication request [!sym prompts off]
.echo it mighe cause SymSrv being unable to access symbols over the internet.
!sym prompts off
.echo
.echo don't display bundle-type information with the standard disassembly information [.asm- verbose]
.asm- verbose ;
.echo
.echo turns on quiet mode -- enabled [sqe]
.echo disabled message output about extension DLL is loaded or unloaded
.echo The r (Registers) command no longer requires an equal sign (=) in its syntax
.echo ------- exiting ${$arg0}