public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] README: Mention -f param for strace
@ 2024-01-29 17:46 Petr Vorel
  2024-01-30 12:37 ` Avinesh Kumar
  0 siblings, 1 reply; 5+ messages in thread
From: Petr Vorel @ 2024-01-29 17:46 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

probably obvious, but it does not harm to mention it.
Hopefully users will find it.

Kind regards,
Petr

 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6147c5f6f..abbea8f4f 100644
--- a/README.md
+++ b/README.md
@@ -215,12 +215,13 @@ SUSE also publishes a
 [smaller LTP container](https://registry.opensuse.org/cgi-bin/cooverview?srch_term=project%3D%5Ebenchmark+container%3D.*)
 that is not based on the Containerfile.
 
-Debugging with gdb
-==================
+Debugging with gdb and strace
+=============================
 
 The new test library runs the actual test, i.e. the `test()` function in a
 forked process. To get stack trace of a crashing test in gdb it's needed to
 [`set follow-fork-mode child`](https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_25.html).
+To trace test with strace use `-f`.
 
 Developers corner
 =================
-- 
2.43.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-31 18:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 17:46 [LTP] [PATCH 1/1] README: Mention -f param for strace Petr Vorel
2024-01-30 12:37 ` Avinesh Kumar
2024-01-30 13:14   ` Petr Vorel
2024-01-30 15:29     ` Avinesh Kumar
2024-01-31 18:13       ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox