Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamar committed Nov 20, 2018
2 parents 707d102 + 43d27b7 commit 2dfb759
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _gdb/functions
Expand Up @@ -27,7 +27,12 @@ define jhn-print-with-context
end

define jhn-log-syscalls
b syscall
if $argc == 0
b syscall
end
if $argc == 1
b syscall if up != 0 && $_streq(up->text, $arg0)
end
commands
jhn-print-with-context " pc = 0x%x " ureg->ip
c
Expand Down

0 comments on commit 2dfb759

Please sign in to comment.