From b8c3ce57106a87b3a9faac7eb4ae17e6476b85b6 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 8 Oct 2003 02:16:50 +0000 Subject: wording improvement git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11050 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/en/bugreports.html | 4 ++-- DOCS/xml/en/bugreports.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/en/bugreports.html b/DOCS/en/bugreports.html index 3810d13cda..044e5f7789 100644 --- a/DOCS/en/bugreports.html +++ b/DOCS/en/bugreports.html @@ -260,13 +260,13 @@ return you to the command line prompt where you have to enter

B.4.6.2 How to extract meaningful information from a core dump

-

Please create the following command file:

+

Create the following command file:

bt
disass $pc-32 $pc+32
info all-registers

-

Then simply execute the following on your command line:

+

Then simply execute this command:

    gdb mplayer --core=core -batch --command=command_file > mplayer.bug

diff --git a/DOCS/xml/en/bugreports.xml b/DOCS/xml/en/bugreports.xml index cfa6d52a0d..59c0551841 100644 --- a/DOCS/xml/en/bugreports.xml +++ b/DOCS/xml/en/bugreports.xml @@ -292,13 +292,13 @@ info all-registers How to extract meaningful information from a core dump -Please create the following command file: +Create the following command file: bt disass $pc-32 $pc+32 info all-registers -Then simply execute the following on your command line: +Then simply execute this command: gdb mplayer --core=core -batch --command=command_file > mplayer.bug -- cgit v1.2.3