summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-06-11 13:05:28 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-06-11 13:05:28 +0200
commitadf74ec691b78b8c0d7dc8c0378039f126df5270 (patch)
treec18b659bab2b4a69ecc5840957d11d25cf33a6f4
parente7d1485c5a5474788bc11f05a37fd0c8f9dcfb2d (diff)
downloadweechat-adf74ec691b78b8c0d7dc8c0378039f126df5270.zip
Add note about binary package weechat-dbg in doc, for reporting crashs with gdb
-rw-r--r--doc/en/weechat_user.en.txt4
-rw-r--r--doc/fr/weechat_user.fr.txt5
-rw-r--r--doc/it/weechat_user.it.txt4
3 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index ae5c3a4e2..07211f82a 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -234,6 +234,10 @@ in '/home/xxx/', then run gdb with this command:
gdb /usr/bin/weechat-curses /home/xxx/core
----------------------------------------
+[NOTE]
+If you installed binary package 'weechat-dbg' (for example under Debian), then
+you can use this path for WeeChat binary: '/usr/lib/debug/usr/bin/weechat-curses'
+
Then under gdb, use command `bt full` to display backtrace.
You will see something like that:
diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt
index 23568f824..9439b3692 100644
--- a/doc/fr/weechat_user.fr.txt
+++ b/doc/fr/weechat_user.fr.txt
@@ -239,6 +239,11 @@ Par exemple si 'weechat-curses' est installé dans '/usr/bin/' et que le fichier
gdb /usr/bin/weechat-curses /home/xxx/core
----------------------------------------
+[NOTE]
+Si vous avez installé le paquet binaire 'weechat-dbg' (par exemple sous Debian),
+alors vous pouvez utiliser ce chemin pour l'exécutable WeeChat :
+'/usr/lib/debug/usr/bin/weechat-curses'
+
Puis sous gdb, utilisez la commande `bt full` pour afficher la trace.
Vous verrez quelque chose comme ceci :
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt
index f1fad2c56..561dd535b 100644
--- a/doc/it/weechat_user.it.txt
+++ b/doc/it/weechat_user.it.txt
@@ -240,6 +240,10 @@ si trova in '/home/xxx/', allora eseguire gdb con questo comando:
gdb /usr/bin/weechat-curses /home/xxx/core
----------------------------------------
+[NOTE]
+If you installed binary package 'weechat-dbg' (for example under Debian), then
+you can use this path for WeeChat binary: '/usr/lib/debug/usr/bin/weechat-curses'
+
All'interno di gdb, usare il comando `bt full` per visualizzare
il backtrace. Verrà mostrato qualcosa di simile a questo: