forked from hanshu830/worknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gdb.txt
67 lines (29 loc) · 999 Bytes
/
gdb.txt
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
60
61
62
63
64
65
66
67
Startup
=======
gdb app core
gdb --args app arg1 arg2
set args "arg1 arg2"
show args
Breakpoint
==========
break func1
break file:line
Debug
=====
step (step into)
next (step over)
list(show soruce code)
Shell Command
=============
!command-string
make make-args
Logging Output
==============
set logging on
Enable logging
set logging off
Disable logging
show logging
Show the current value of logging setting
/home/shown/work/xgmi/external/amd/lib/gfx9/tcore2/tcore2/src/lib/cmn/MemoryConfig.cpp:388
./configure --with-features=huge --enable-multibyte --enable-rubyinterp=yes --enable-pythoninterp=yes --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu/ --enable-python3interp=yes --with-python3-config-dir=/usr/lib/python3.4/config-3.4m-x86_64-linux-gnu/ --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 --enable-cscope --prefix=/home/shown/work/install/