summaryrefslogtreecommitdiff
path: root/fglrx-trace-cs.gdb
blob: 27e976de7fa0790443b00ebbc465964fe292adfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set logging file .tmp1
set breakpoint pending on
set pagination off
set logging overwrite on
set logging on
set confirm off
set $ibidx = 0

break glutDisplayFunc
commands
  silent
  info sharedlibrary fglrx_dri
  set logging off
  shell ./fglrx-gen-breakpoint.sh
  source .tmp2
  continue
end

run