changeset 8838:246a4b986d44

100l to doxmaintainers
author arpi
date Tue, 07 Jan 2003 23:10:09 +0000
parents fddc4c36b5cc
children c932c17042bf
files DOCS/Hungarian/bugreports.html DOCS/bugreports.html
diffstat 2 files changed, 5 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/bugreports.html	Tue Jan 07 22:35:47 2003 +0000
+++ b/DOCS/Hungarian/bugreports.html	Tue Jan 07 23:10:09 2003 +0000
@@ -191,26 +191,16 @@
 
 <H4>Összeomlás (Michael Douglas) esetén</H4>
 
-<P>Ha keletkezett coredump, akkor lásd a következő bekezdést, máskülönben
-  hagyd ki.</P>
-
 <H4>Hogyan nyerjünk ki értelmes tartalmat a coredump-ból</H4>
 
 <P>Hozd létre a következő parancs file-t:</P>
 
 <P><CODE>disass $eip-32 $eip+32<BR>
-  printf "eax=%08lX\n",$eax<BR>
-  printf "ebx=%08lX\n",$ebx<BR>
-  printf "ecx=%08lX\n",$ecx<BR>
-  printf "edx=%08lX\n",$edx<BR>
-  printf "esp=%08lX\n",$esp<BR>
-  printf "ebp=%08lX\n",$ebp<BR>
-  printf "edi=%08lX\n",$edi<BR>
-  printf "esi=%08lX\n",$esi<BR></CODE></P>
+  info all-registers<BR></CODE></P>
 
 <P>Aztán írd be a következőt:</P>
 
-<P>&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=parancs_file &gt;mplayer.bug</CODE></P>
+<P>&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=parancs_file_neve &gt;mplayer.bug</CODE></P>
 
 <H4>Hogyan nyerj ki információt egy reprodukálható összeomlásból</H4>
 
@@ -231,7 +221,8 @@
 a következőket kell beírnod
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
-  &nbsp;&nbsp;&nbsp;&nbsp;disass $eip-32 $eip+32</CODE></P>
+  &nbsp;&nbsp;&nbsp;&nbsp;disass $eip-32 $eip+32<BR>
+  &nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P>
 
 és a kimenetet elküldeni nekünk.
 
--- a/DOCS/bugreports.html	Tue Jan 07 22:35:47 2003 +0000
+++ b/DOCS/bugreports.html	Tue Jan 07 23:10:09 2003 +0000
@@ -234,6 +234,7 @@
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
   &nbsp;&nbsp;&nbsp;&nbsp;disass $pc-32 $pc+32</CODE></P>
+  &nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P>
 
 
 <H4>How to extract meaningful information from a core dump</H4>