projects
/
lttng-ust-java-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a24d28
)
Document how to ignore SIGSEV for debugging
author
Jonathan Rajotte Julien
<jonathan.rajotte-julien@efficios.com>
Tue, 11 May 2021 18:53:47 +0000
(14:53 -0400)
committer
GitHub
<noreply@github.com>
Tue, 11 May 2021 18:53:47 +0000
(14:53 -0400)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 27f0b8b4670eb625a3c7aab7748fa0fedb158dd4..bf4350ef458ee3d2233dbbeff274453581be0425 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-146,6
+146,9
@@
You should hit the breakpoint at some point and from there use steps etc.
If you want to debug lttng-ust, you need to insert a breakpoint at a valid point
in time for the test and then use gdb to hook yourself to the java process.
From there debugging is the same as any C application.
+You will need to ignore SIGSEV from java under gdb:
+
+ handle SIGSEGV nostop noprint pass
Running the benchmarks
----------------------
This page took
0.025123 seconds
and
4
git commands to generate.