-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathloadInfo.dbg
More file actions
59 lines (45 loc) · 1.11 KB
/
loadInfo.dbg
File metadata and controls
59 lines (45 loc) · 1.11 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.echo +++++++ loading ${$arg0}
.echo set seldom used option
.echo
.echo.
.echo current debugger processor mode(effective machine):
.effmach
.echo.
.echo extension DLL search path:
.extpath+ ";";
.echo
.echo loaded visualizers:
.nvlist
.echo
.echo list of possible expression types:[.expr /q]
.expr /q
.echo
.echo gflag setting
!gflag
.echo
.echo symbol option setting
.symopt
.echo
.echo current output mask(.outmask)
.outmask
.echo
.echo sym and src cache directory, you can use !homedir to change it. (!homedir)
.foreach /pS 3 (eVal {!homedir}) { .echo windbg symbol cache path : ${eVal} ; .echo windbg source file cache path : ${eVal}\src ;} ;
.echo
.echo system and app runtime time:
.time
.echo
.echo debugger startup command line:
vercommand
.echo
.echo debug target info: (vertarget)
vertarget
.echo
.echo cache directory :
!homedir
.foreach /pS 4 (val { .shell -ci "*" if exist "${startCmds_user}" (echo yes exist) else ( echo not-exist ) } )
{
.printf /D /op "loading customized startCmds script : ";
.echo ${startCmds_user}
}
.echo ------- exiting ${$arg0}