File: debug-mcount.cmd

package info (click to toggle)
uftrace 0.6.0.20161014-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,940 kB
  • ctags: 3,404
  • sloc: ansic: 24,586; python: 3,663; makefile: 585; asm: 242; sh: 135; cpp: 117
file content (12 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
file ftrace
set breakpoint pending on

b command_record
commands
  set follow-fork-mode child
  b main
  continue
end

r record -L. tests/t-malloc