Re: removing gdb-minimal removed plasma-desktop?

2024-01-14 Thread David Wright
On Sun 14 Jan 2024 at 08:54:35 (+0100), Morten Hauke Solvang wrote: > Short version: "apt remove gdb-minimal" seems to have also removed > plasma-desktop + a bunch of related packages. > > Curious if there are any good debugging tips for figuring out what > happened her

Re: Re: removing gdb-minimal removed plasma-desktop?

2024-01-14 Thread Morten Hauke Solvang
On 2024-01-14 08:54 +0100, Morten Hauke Solvang wrote: > That assumption was a bit misguided. The correct way would have been to > "apt install gdb" _without_ first removing gdb-minimal, that would have > avoided the removal of reverse dependencies. > Pretty sure not onl

Re: removing gdb-minimal removed plasma-desktop?

2024-01-14 Thread Sven Joachim
On 2024-01-14 08:54 +0100, Morten Hauke Solvang wrote: > Short version: "apt remove gdb-minimal" seems to have also removed > plasma-desktop + a bunch of related packages. > > Curious if there are any good debugging tips for figuring out what > happened here. > Or

removing gdb-minimal removed plasma-desktop?

2024-01-14 Thread Morten Hauke Solvang
Short version: "apt remove gdb-minimal" seems to have also removed plasma-desktop + a bunch of related packages. Curious if there are any good debugging tips for figuring out what happened here. Or maybe I'm missing something obvious about how apt works, and this is expected behavior?

Re: recherche exemples de script Python pour GDB (deboguage du moteur d'inference RefPerSys)

2023-06-06 Thread didier gaumet
exemples (-sous licence libre, en français ou en anglais) d'extension de GDB 13 en Python. C'est documenté comme possible, https://sourceware.org/gdb/current/onlinedocs/gdb.html/Python.html#Python mais je ne suis très familier avec Python. J'aurais préféré coder le déboguage avec Guile, https

recherche exemples de script Python pour GDB (deboguage du moteur d'inference RefPerSys)

2023-06-06 Thread Basile Starynkevitch
) d'extension de GDB 13 en Python. C'est documenté comme possible, https://sourceware.org/gdb/current/onlinedocs/gdb.html/Python.html#Python mais je ne suis très familier avec Python. J'aurais préféré coder le déboguage avec Guile, https://www.gnu.org/software/guile/ mais celui-ci semble moins

Re: why gdb-doc is in non-free ??!

2018-05-19 Thread Ben Finney
Alexander Villalba <alexvillalb...@gmail.com> writes: > why gdb-doc is in non-free ??!: Because the GNU FDL does not grant the freedoms necessary for free software. > gdb-doc is also GNU The ‘gdb-doc’ work is released by the Free Software Foundation, and they intend it to be par

why gdb-doc is in non-free ??!

2018-05-19 Thread Alexander Villalba
Dear Friends!: why gdb-doc is in non-free ??!: https://packages.debian.org/search?keywords=gdb-doc gdb-doc is also GNU

Re: I Couldn't install geany-plugin-gdb in jessie.

2016-02-24 Thread Reco
", x); > return 0; > } > > When I press the Run button in Debug tab, > a message box appears saying > "Error loading file". Hm... I'm not familiar with Geany at all. It *may* be a way to tell you that Geany is unable to launch gdb (which should have been installed

Re: I Couldn't install geany-plugin-gdb in jessie.

2016-02-23 Thread EenyMeenyMinyMoa
n I delete this? EenyMeenyMinyMoa 2016-02-22 16:38 GMT+08:00, Reco <recovery...@gmail.com>: > Hi. > > On Mon, 22 Feb 2016 16:21:31 +0800 > EenyMeenyMinyMoa <eenymeenyminy...@gmail.com> wrote: > >> Hi, >> refering to >> >> https://packages.debian.

Re: I Couldn't install geany-plugin-gdb in jessie.

2016-02-22 Thread Reco
Hi. On Mon, 22 Feb 2016 16:21:31 +0800 EenyMeenyMinyMoa <eenymeenyminy...@gmail.com> wrote: > Hi, > refering to > > https://packages.debian.org/search?lang=en=all=names=geany-plugin-gdb > > I added the line > deb http://ftp.jp.debian.org/debian/ wheezy main

I Couldn't install geany-plugin-gdb in jessie.

2016-02-22 Thread EenyMeenyMinyMoa
Hi, refering to https://packages.debian.org/search?lang=en=all=names=geany-plugin-gdb I added the line deb http://ftp.jp.debian.org/debian/ wheezy main to /etc/apt/sources.list, and apt-get updated, but I was not able to install geany-plugin-gdb. $ sudo apt-get install geany-plugin-gdb Reading

evolution segfaults except when run in gdb

2012-03-03 Thread Steven Post
], by running evolution from gdb. But when I try this, evolution doesn't segfaults and I can work normally. Any Ideas on how to get any useful information on this? [1] http://wiki.debian.org/HowToGetABacktrace Kind regards, Steven signature.asc Description: This is a digitally signed message part

Re: evolution segfaults except when run in gdb

2012-03-03 Thread Camaleón
add any type of account -pop3, imap, local mailbox- or just crashes with one of them?). I tried to obtain some kind of backtrace as suggested on [1], by running evolution from gdb. But when I try this, evolution doesn't segfaults and I can work normally. It sounds like one of the Murphy's

Re: evolution segfaults except when run in gdb

2012-03-03 Thread Steven Post
to obtain some kind of backtrace as suggested on [1], by running evolution from gdb. But when I try this, evolution doesn't segfaults and I can work normally. It sounds like one of the Murphy's Laws: a program never crashes when you run it in debug mode ;-( It seems that way :( Greetings

Re: evolution segfaults except when run in gdb

2012-03-03 Thread Camaleón
On Sat, 03 Mar 2012 20:06:55 +0100, Steven Post wrote: On Sat, 2012-03-03 at 17:23 +, Camaleón wrote: If the last thing you can see before it crashes is the IMAP syncing routine, have you tried to disable this account? After the first time I deleted all user information from my home

GDB and ld.so?

2010-11-12 Thread Oliver Schneider
Hi folks, does anyone here know the magic incantation required to get GDB to accept a breakpoint within the loader (ld.so), in particular on dl_main(), on a x86_64 system? (gdb) set environment LD_PRELOAD /path/to/debug/ld.so (gdb) b dl_main (gdb) run ... does not seem to do the job. Thanks

How to use apache2-dbg with gdb

2009-09-07 Thread Christian Rohmann
Hey all, I'm in the process of debugging a stange Apache+PHP related problem. (process taking cpu time, but strace -p $PID doesn't show anything for this process) I'd like to use gdb to look into the apache process and therefore installed the debugging symbols for apache2 (package apache2-dbg

Re: How to have gdb step into a function from the application's shared library?

2009-07-18 Thread lee
(funcInAppLib() 0\n); } Where the application is debianized, and appLib is installed as a shared library. It has an associated -dev library, which is not normally installed. I want to have gdb step into funcInAppLib(). What should I do so that single step in main will actually

How to have gdb step into a function from the application's shared library?

2009-07-17 Thread sobtwmxt
, and appLib is installed as a shared library. It has an associated -dev library, which is not normally installed. I want to have gdb step into funcInAppLib(). What should I do so that single step in main will actually step into funcInAppLib()? What I did so far is: 1) Make the deb without

Re: gdb Q.: where do we stand regarding STL debugging?

2008-03-11 Thread Daniel Burrows
vector (vector of a vector) in gdb. So, this isn't pretty. But you can examine the values of a vector in gdb. If you print a vector you'll see something like this: (gdb) print matchers $10 = {std::_Vector_baseaptitude::matching::pkg_matcher*,std::allocatoraptitude::matching::pkg_matcher

gdb Q.: where do we stand regarding STL debugging?

2008-03-10 Thread H.S.
Hi, Just wanted to see if somebody could share some information about where we are regarding debugging programs which use STL. For example, I am not sure how I can print out the values of a two dimensional vector (vector of a vector) in gdb. Printing out dynamically allocated memory works

gdb en user ou en root ?

2007-11-10 Thread giggz
Bonjour la liste, Je dois faire un rapport de bug avec gdb...bon c'est compliqué et je ne sais pas l'utiliser. le mainteneur de paquet m'a écrit les commandes à taper, donc pas de soucis de ce côté là. Mais dois je lancer gdb en user ou en root ? mon programme à surveiller est lancer en user

Re: gdb en user ou en root ?

2007-11-10 Thread Yannick Palanque
2007-11-10T15:29:23+0100, giggz [EMAIL PROTECTED]: Je dois faire un rapport de bug avec gdb...bon c'est compliqué et je ne sais pas l'utiliser. le mainteneur de paquet m'a écrit les commandes à taper, donc pas de soucis de ce côté là. Mais dois je lancer gdb en user ou en root ? mon programme

Re: gdb en user ou en root ?

2007-11-10 Thread giggz
Yannick Palanque a écrit : 2007-11-10T15:29:23+0100, giggz [EMAIL PROTECTED]: Je dois faire un rapport de bug avec gdb...bon c'est compliqué et je ne sais pas l'utiliser. le mainteneur de paquet m'a écrit les commandes à taper, donc pas de soucis de ce côté là. Mais dois je lancer gdb en

Re: Using gdb on a debian system.

2007-03-20 Thread Sven Arvidsson
if it already has been replaced by something newer in the archive? If that is so, you should be able to fetch the old source from snapshot.debian.net. To be sure, compare the version numbers. In any event, I had tried what the author of the doc recommends and was unable to get gdb to do anything apart from

Re: Using gdb on a debian system.

2007-03-20 Thread cga2000
tried what the author of the doc recommends and was unable to get gdb to do anything apart from giving me the infamous unable.. message. Is it a specific package you have trouble with? It might be a bug in the package so it will be stripped of the debug info nevertheless. HTH, Certainly

Re: Using gdb on a debian system.

2007-03-19 Thread Sven Arvidsson
On Sun, 2007-03-18 at 23:53 -0500, cga2000 wrote: I have tried to follow the recommendations I found in various docs, like rebuilding the package via an apt-get source package followed by a dpkg -i package_name to no effect. Even if I try to point gdb to the directory that contains

Re: Using gdb on a debian system.

2007-03-19 Thread Kamaraju S Kusumanchi
Sven Arvidsson wrote: See http://wiki.debian.org/?HowToGetABacktrace Nice link! Explains the concepts and commands beautifully! Long live Debian Wiki and kudos to the authors! raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/

Re: Using gdb on a debian system.

2007-03-19 Thread cga2000
On Sun, Mar 18, 2007 at 11:07:04PM EST, Roberto C. Sánchez wrote: On Sun, Mar 18, 2007 at 11:53:51PM -0500, cga2000 wrote: Could somebody advise on using gdb on a debian system? Currently whenever I need to take an insider look at what the code is really doing, I try to locate the source

Re: Using gdb on a debian system.

2007-03-19 Thread cga2000
. Even if I try to point gdb to the directory that contains the source via the -d flag I end up with the dreaded no symbols table loaded message. use the file command. The Debian packages are by default stripped of all debugging info. When you rebuild the packages yourself, you can choose

Using gdb on a debian system.

2007-03-18 Thread cga2000
Could somebody advise on using gdb on a debian system? Currently whenever I need to take an insider look at what the code is really doing, I try to locate the source of the same version, download the .tar.gz .. run configure/make and execute the version that I built from source: $ gdb ./program

Re: Using gdb on a debian system.

2007-03-18 Thread Roberto C . Sánchez
On Sun, Mar 18, 2007 at 11:53:51PM -0500, cga2000 wrote: Could somebody advise on using gdb on a debian system? Currently whenever I need to take an insider look at what the code is really doing, I try to locate the source of the same version, download the .tar.gz .. run configure/make

No GDB stack traces after deadlock

2007-03-07 Thread Russell Sears
I want to file the following bug report, but I'm not sure if it's a gdb, libc6 or libc6-dbg problem: Package: libc6 Version: 2.3.6.ds1-11 If you don't install libc6-dbg, and set LD_LIBRARY_PATH=/usr/lib/debug, then you get corrupted stack traces for deadlocked threads in GDB: $ cat deadlock.c

gdb taking up all cpu

2006-10-05 Thread Mathieu Malaterre
Hello, Since a couple of weeks I have had issues with gdb. Almost every time I step into a function gdb start taking all cpu. Is there anything I can tweaks so that it does not take too long. By default I use shared libs, and $ gcc --version gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1

Re: gdb not able to display the contents of source code

2005-07-23 Thread Bryan Donlan
On 7/22/05, kamaraju kusumanchi [EMAIL PROTECTED] wrote: David E. Fox wrote: On Thu, 21 Jul 2005 13:00:18 -0400 kamaraju kusumanchi [EMAIL PROTECTED] wrote: (gdb) list 1 ../sysdeps/i386/elf/start.S: No such file or directory. in ../sysdeps/i386/elf/start.S (gdb) I get

Re: gdb not able to display the contents of source code

2005-07-22 Thread David E. Fox
On Thu, 21 Jul 2005 13:00:18 -0400 kamaraju kusumanchi [EMAIL PROTECTED] wrote: (gdb) list 1 ../sysdeps/i386/elf/start.S: No such file or directory. in ../sysdeps/i386/elf/start.S (gdb) I get the same output you do on a different small test program but it seems that the error

Re: gdb not able to display the contents of source code

2005-07-22 Thread kamaraju kusumanchi
David E. Fox wrote: On Thu, 21 Jul 2005 13:00:18 -0400 kamaraju kusumanchi [EMAIL PROTECTED] wrote: (gdb) list 1 ../sysdeps/i386/elf/start.S: No such file or directory. in ../sysdeps/i386/elf/start.S (gdb) I get the same output you do on a different small test program

gdb not able to display the contents of source code

2005-07-21 Thread kamaraju kusumanchi
$cat helloworld.f90 PROGRAM helloworld IMPLICIT NONE PRINT *, Just for testing purposes END PROGRAM helloworld $gfortran -g -Wall helloworld.f90 $./a.out Just for testing purposes $gdb ./a.out GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software

GDB y FreePascal

2005-03-31 Thread Rafael Fernndez Lpez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Buenas !! Utilizando freepascal me doy cuenta de que es un auténtico clon de turbopascal para windows, es genial. El único problema es que me dice que no tengo soporte para debugging, algo que necesito. Tengo instalado GDB, compilo los programas con la

gdb + xfree86 (Cannot upgrade xfree to sarge)

2004-08-14 Thread Niels L. Ellegaard
Is it possible to start xfree within gdb and get a backtrace? The problem is that if I try try `gdb Xfree86`, and my XFree86 crashes, then my screen locks, and I dont get to see the backtrace. OK here is the long story.. A year ago I filed a bug #204603 that I cannot upgrade XFree86 from Woody

Re: gdb + xfree86 (Cannot upgrade xfree to sarge)

2004-08-14 Thread Niels L. Ellegaard
[EMAIL PROTECTED] (Niels L. Ellegaard) writes: In conclusion I am left with a system with no xserver. XFree86 doesn`t start in Sarge and I cannot downgrade. As a final attempt before reinstall I would like to start xfree86 in gdb, and see if I can construct a backtrace. Perhaps this can give

gdb: Symbol `emacs_ctlx_keymap' has different size...

2004-06-06 Thread kynn
Whenever I start gdb, I get the warning: % gdb --version gdb: Symbol `emacs_ctlx_keymap' has different size in shared object, consider re-linking GNU gdb 2002-04-01-cvs Copyright 2002 Free

gdb says gd2lib currupt in debian stable woody

2004-05-15 Thread dking
reason the ImageCopy() function in the php lib does not work at all, so I got out gdb and ran some tests. cgi:/var/www/# gdb /usr/bin/php4 GNU gdb 2002-04-01-cvs Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome

Re: gdb says gd2lib currupt in debian stable woody

2004-05-15 Thread dking
the ImageCopy() function in the php lib does not work at all, so I got out gdb and ran some tests. cgi:/var/www/# gdb /usr/bin/php4 GNU gdb 2002-04-01-cvs Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome

gdb 6.0 (unofficial) backport from unstable to testing available?

2004-02-15 Thread Holger Rauch
Hello! I'm running Debian testing with kernel 2.6.2. When debugging programs with gdb 5.3, I get the following error messages: (gdb) r Starting program: /home/holgi/sara4-stuff/sas/xmlmodule/test-progs/sqltok+xqueryconv-test/tam_select-test_mg Error while reading shared library symbols: Cannot

Re: gdb 6.0 (unofficial) backport from unstable to testing available?

2004-02-15 Thread Colin Watson
On Sun, Feb 15, 2004 at 12:12:07PM +0100, Holger Rauch wrote: Since gdb 6.0 has not yet officially made it into testing due to some dependency problems, where can I find a backported version of gdb 6,0 to Debian testing so that I can debug my program using gdb 6.0? Backports from unstable

gdb: list command does not work inside libc6-dbg

2003-08-14 Thread Jerry Walter Segers
I've installed libc6-dbg, and set LD_LIBRARY_PATH correctly. I've also gotten the source for libc6-dbg and unpacked both the tar.bz2 files inside it, and added the main dir, and all the subdirs with the dir command. When I set a breakpoint at __libc_write and do list, I get: (gdb) c Continuing

Re: logiciel de mail ? - Interface gdb

2003-08-01 Thread Thomas Nemeth
Le 01.08.03, Xavier Maillard a tapoté : | Thomas Nemeth [EMAIL PROTECTED] writes: | | Par contre il me semble que, si je me souviens bien, emacs | possède un mode pour contrôler gdb, non ? | | Oui. Tu peux au choix utiliser GUD[1] (Grand Unified Debugger) qui comme | son nom l'indique

Re: logiciel de mail ? - Interface gdb

2003-08-01 Thread Erwan David
moyen d'appeler l'éditeur de son choix depuis un fichier source. Par contre il me semble que, si je me souviens bien, emacs possède un mode pour contrôler gdb, non ? Oui, j'avoue que je ne l'ai pas encore testé. Rhaa mais qu'est-ce que tu attends ?? Fonce p'tit gars

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Mathieu BORNOZ
, il à une bonne bouille ;) ). Sinon, gdb de base, ya k'ça d'vrai ;P. A+, J8. Yves Rutschle wrote: On Wed, Jul 30, 2003 at 06:22:42PM +0100, Nicolas Rueff wrote: Et tu peux certainement renforcer ton argumentation avec un exemple ... De mon coté j'ai rarement vu un logiciel qui n'impose

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Yves Rutschle
On Thu, Jul 31, 2003 at 12:53:18AM +0200, JusTiCe8 wrote: j'm'imisce discretement dans ce debat/troll pour te demander si tu connais d'autres alternatives que l'inévitable DDD ? apt-cache search gdb insight - Graphical debugger based on gdb ddd - The Data Display Debugger, a graphical debugger

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread JusTiCe8
salut, merci à toi et Matthieu. Yves Rutschle wrote: On Thu, Jul 31, 2003 at 12:53:18AM +0200, JusTiCe8 wrote: j'm'imisce discretement dans ce debat/troll pour te demander si tu connais d'autres alternatives que l'inévitable DDD ? apt-cache search gdb insight - Graphical debugger

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Erwan David
Le Thu 31/07/2003, JusTiCe8 disait Là par contre je suis surpris; je ne suis pas grand amateur de debuggers en général, mais que penses-tu qu'il manque à DDD pour qu'il ne soit pas limité? Une interaction similaire à ce que fait VC. Tu peux être plus précis ? Parceque pour devoir utiliser

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread alain
Le jeu 31/07/2003 à 14:04, Erwan David a écrit : Par contre je n'ai rien vu dans le débugueur de VC dont je regrette l'absence dans le couple Xemacs/ddd. Cette phrase signifie-t-elle qu'il existe un moyen d'intégrer ddd dans xemacs? -- alain [EMAIL PROTECTED]

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Erwan David
Le Thu 31/07/2003, alain disait Le jeu 31/07/2003 à 14:04, Erwan David a écrit : Par contre je n'ai rien vu dans le débugueur de VC dont je regrette l'absence dans le couple Xemacs/ddd. Cette phrase signifie-t-elle qu'il existe un moyen d'intégrer ddd dans xemacs? Non, mais il y a moyen

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Thomas Nemeth
contrôler gdb, non ? Thomas -- BOFH excuse #274: It was OK before you touched it.

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Erwan David
souviens bien, emacs possède un mode pour contrôler gdb, non ? Oui, j'avoue que je ne l'ai pas encore testé. -- Erwan

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Xavier Maillard
bouille ;) ). Sinon, gdb de base, ya k'ça d'vrai ;P. Tout à fait sinon du peu prendre le frontend Emacs (si tu utilises Emacs bien sûr ;)). A+, zeDek -- Microsoft says Windows 95 is X, and sells it as X. Windows 95 is not X, it is Y. This is fraud. It's very, very simple to understand

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Frédéric Bothamy
que, si je me souviens bien, emacs possède un mode pour contrôler gdb, non ? Oui, gud. Voir dans la doc d'Emacs la section Running Debuggers Under Emacs. Fred (qui utilise emacs+gdb tous les jours et qui ne peut vraiment plus s'en passer :-)) -- Comment poser les questions de manière

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Xavier Maillard
me souviens bien, emacs possède un mode pour contrôler gdb, non ? Oui. Tu peux au choix utiliser GUD[1] (Grand Unified Debugger) qui comme son nom l'indique interface quelques debugger connu (gdb, dbx, xdb, sdb, etc ...) dans Emacs sinon il y a (directement) le mode Gdb[2]. Perso je

Re: logiciel de mail ? - Interface gdb

2003-07-31 Thread Xavier Maillard
source. Par contre il me semble que, si je me souviens bien, emacs possède un mode pour contrôler gdb, non ? Oui, j'avoue que je ne l'ai pas encore testé. Rhaa mais qu'est-ce que tu attends ?? Fonce p'tit gars ;) Allez hop tu vas chercher GUD, tu installes/configures et sparti

Re: logiciel de mail ? - Interface gdb

2003-07-30 Thread JusTiCe8
beaucoup un truc comme VC (à defaut d'un bon fond, il à une bonne bouille ;) ). Sinon, gdb de base, ya k'ça d'vrai ;P. A+, J8. Yves Rutschle wrote: On Wed, Jul 30, 2003 at 06:22:42PM +0100, Nicolas Rueff wrote: Et tu peux certainement renforcer ton argumentation avec un exemple ... De mon

pb gdb/gcc

2003-06-11 Thread alain
le moindre point d'arrêt (pas de ligne...X quelque soit X). GCC est bien le gcc de woody (version 2.95.4 20011002 ) ainsi que ddd et gdb. J'ai le même problème avec le débogueur interne de kdevelop 2.1 (tiens faudrait que j'essaie avec gideon). Des indices? -- alain [EMAIL PROTECTED]

Utilizando gdb para depurar.

2002-11-10 Thread juan_ortiz
Saludos listeros, Estoy depurando unos ejemplos de pilas y colas utilizando el ddd y por ahora va de maravillas pero me ha surgido una duda si quiero utlizar el gdb hay alguna forma de ver la linea que esta examinando el depurador al momento de por ejemplo pulsar s (step). Los slauda. -- Juan

Re: Utilizando gdb para depurar.

2002-11-10 Thread Ruben Porras
El dom, 10-11-2002 a las 19:25, juan_ortiz escribió: Saludos listeros, Estoy depurando unos ejemplos de pilas y colas utilizando el ddd y por ahora va de maravillas pero me ha surgido una duda si quiero utlizar el gdb hay alguna forma de ver la linea que esta examinando el depurador al

gdb y Symbol `emacs_ctlx_keymap'

2002-10-31 Thread Ruben Porras
~$ gdb gdb: Symbol `emacs_ctlx_keymap' has different size in shared object, consider re-linking ¿que significa este error? Luego al depurar un programa gdb saca diagnosticos equivocados. -- The chains are broken and the door is open wide Our eyes adjusting to the light that was denied And bring

gdb + ddd

2002-09-29 Thread caio ferreira
All Por acaso alguem utiliza o gdb + ddd para programar ?!??! Eh que eu estou tendo um problema para configurar o ddd. -- [ ]'s ***.''`. * [EMAIL PROTECTED] * : :' : * GNU/Linux Debian * `. `'` *** `- Gnupg ID 0x01186BE1 Key

Re: [OFF TOPIC] :Utilizando el gdb para pascal.

2002-04-30 Thread Carles Pina i Estany
Hola, Si es como con gcc, el uso rápido sería: gdb fichero break funcion run entonces se parará en la funcion con p variable hace print variable y te saca la variable con n (next) hace la siguiente instrucción y entra en funciones si toca y con s (step) no en entra en la función y bueno, un

[OFF TOPIC] :Utilizando el gdb para pascal.

2002-04-29 Thread Juan Ortiz
Saludos Debianitas! Disculpas por el offtopic pero se que en la listas de debian se encuentran varios desarrolladores,y tal vez me puedan ayudar. La cuestion es que necesito usar el gdb para inspeccionar un programita realizado en pascal y estoy perdido. El programa lo compile con estas opiones

Re: [OFF TOPIC] :Utilizando el gdb para pascal.

2002-04-29 Thread Javier Jardon
Hola buenas, sobre tu duda no te puedo ayudar, pero te aconsejo que pruebes el Xxgdb, que es una especie de front-end gráfico para gdb. Espero que te sirva. Saludos El Mié 24 Abr 2002 03:03, Juan Ortiz escribió: Saludos Debianitas! Disculpas por el offtopic pero se que en la listas de debian

Re: gdb display

2002-04-20 Thread David Odin
On Sat, Apr 20, 2002 at 04:56:27AM +0400, dafgadfg asgga wrote: hello evry body. Je suis en train de compiler de l'assembleur et j'aimerais avoir un dump des registre apres chaque instruction avec le meme formats que les oops messages. QQ un sait comment on fait ca ? sous gdb, les options

gdb display

2002-04-19 Thread dafgadfg asgga
hello evry body. Je suis en train de compiler de l'assembleur et j'aimerais avoir un dump des registre apres chaque instruction avec le meme formats que les oops messages. QQ un sait comment on fait ca ? sous gdb, les options que je trouve permette juste un registre par ligne et je les voudrais

GDB from unstable and GCC 3.1 (on x86)

2002-02-12 Thread Florian Weimer
GDB from unstable (x86) is unable to read debugging information generated by current GCC 3.1 CVS (using the -g) switch. Is this a known problem? Are there any workarounds? I thought that GDB 5.1 finally supported DWARF2, which is needed by more recent GCC versions. -- Florian Weimer

gdb

2002-01-30 Thread Jean-Michel OLTRA
bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis... -- jean-michel

Re: gdb

2002-01-30 Thread Davy Gigan
Jean-Michel OLTRA writes: bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis... ddd, relativement fonctionnel. -- Davy Gigan System Network

Re: gdb

2002-01-30 Thread Erwan David
Le Wed 30/01/2002, Jean-Michel OLTRA disait bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis... Professionnellement j'utilise ddd. -- Erwan

Re: gdb

2002-01-30 Thread Patrice Karatchentzeff
Le Wed, 30 Jan 2002 15:14:39 + [EMAIL PROTECTED] écrivait : bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Ce genre de message m'exaspère... Je te conseille cat et ex. Ce sont

Re: gdb

2002-01-30 Thread Thomas Nemeth
Le 30.01.02, Jean-Michel OLTRA a tapoté : | bonjour, 'jour, | Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a | quelques un en paquets et j'ai pas trop envie de tous les essayer. | Alors si vous avez des avis... xgdb mais ddd est _vraiment_ très

Re: gdb

2002-01-30 Thread Encolpe DEGOUTE
On Wed, Jan 30, 2002 at 03:14:39PM +, Jean-Michel OLTRA wrote: bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis... J'ai utilisé ddd un certain temps, et

Re: gdb

2002-01-30 Thread Jérôme Marant
On Wed, Jan 30, 2002 at 03:14:39PM +, Jean-Michel OLTRA wrote: bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis... GNU ddd -- Jérôme Marant

Re: gdb

2002-01-30 Thread Jean-Michel OLTRA
On mercredi 30 jan 2002, Patrice Karatchentzeff wrote: Ce genre de message m'exaspère... T'es vraiment un spécialiste, toi, un vrai -- jean-michel

Re: gdb

2002-01-30 Thread spear
le mer 30-01-2002 à 16:30, Jean-Michel OLTRA a écrit : On mercredi 30 jan 2002, Patrice Karatchentzeff wrote: Ce genre de message m'exaspère... T'es vraiment un spécialiste, toi, un vrai lol :)) C'est vrai qu'il prend jamais des pincettes. J'en rigole maintenant, mais il me

Re: gdb

2002-01-30 Thread Jérôme Marant
On Wed, Jan 30, 2002 at 03:30:27PM +0100, Samuel Tardieu wrote: On 30/01, Jérôme Marant wrote: | On Wed, Jan 30, 2002 at 03:14:39PM +, Jean-Michel OLTRA wrote: |bonjour, | | Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a | quelques un en paquets et j'ai

Re: gdb

2002-01-30 Thread Erwan David
Le Wed 30/01/2002, Samuel Tardieu disait On 30/01, Jérôme Marant wrote: | On Wed, Jan 30, 2002 at 03:14:39PM +, Jean-Michel OLTRA wrote: |bonjour, | | Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a | quelques un en paquets et j'ai pas trop envie de tous

[OT] Re: gdb

2002-01-30 Thread Pierre Gambarotto
...) Sinon, a noter que l'integration toute bete de gdb et d'emacs est deja excellente, si l'on n'a pas besoin d'afficher les donnees de manieres graphiques (j'en ai grand besoin :-) Pierre

Re: [OT] Re: gdb

2002-01-30 Thread Christophe Baillon
fidele a DDD pour le moment, qui a en plus le merite de debugger autre chose que du C (personnellement l'ADA ...) Pour info, gvd est écrit en Ada, il est donc le meilleur outil pour debugger de l'Ada. (voir http://libre.act-europe.fr/gvd ) Il gère en plus le multi-tasking (chose que Ada est le

Re: gdb

2002-01-30 Thread Stephane Del Pino
Salut ! moi, j'utilise le mode gdbsrc sous (X)Emacs. C'est vraiment un must. Sinon, je crois que kdbg (le debuger de kdevelop) n'est pas mal du tout ... Stef. -- Laboratoire Jacques-Louis Lions - Université Pierre et Marie Curie Tel: (33)144277170, Fax: (33)144277200, Mobile:

Re: gdb

2002-01-30 Thread spear
le mer 30-01-2002 à 16:14, Jean-Michel OLTRA a écrit : bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis... -- jean-michel C'est quoi gdb ? Mathias

Re: gdb

2002-01-30 Thread Marc REYNES
Bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? sinon y'a www.freshmeat.net qui pourrait te donner le choix entre différentes interfaces car de toutes facons ton choix sera personnel et çelà éviterait ce genre de thread où tous les avis divergeront de toutes manieres

Re: gdb

2002-01-30 Thread Pierre Gambarotto
* spear ([EMAIL PROTECTED]) wrote: le mer 30-01-2002 à 16:14, Jean-Michel OLTRA a écrit : bonjour, Vous me conseilleriez quoi comme interface graphique pour gdb ? Il y en a quelques un en paquets et j'ai pas trop envie de tous les essayer. Alors si vous avez des avis

Re: [OT] Re: gdb

2002-01-30 Thread Vincent Renardias
On Wed, 30 Jan 2002, Christophe Baillon wrote: Il gère en plus le multi-tasking (chose que Ada est le seul language à gérer). Oh le joli troll! :-) -- Vincent RENARDIAS Directeur Technique StrongHoldNET / http://www.strongholdnet.com

Re: [OT] Re: gdb

2002-01-30 Thread Jérôme Marant
On Wed, Jan 30, 2002 at 06:27:10PM +0100, Christophe Baillon wrote: Il gère en plus le multi-tasking (chose que Ada est le seul language à gérer). « Gérer le multi-tasking » ne veut pas dire grand chose. Le concept de tâches est inclus dans le langage, c'est tout ce qu'on peut dire (avec

Re: gdb

2002-01-30 Thread Jean-Michel OLTRA
On mercredi 30 jan 2002, Samuel Tardieu wrote: ddd? Obsolète. GNU gvd plutôt :) Je remercie chacun pour ces réponses. Il m'est impossible d'essayer gvd, j'ai pas la bonne glibc sur ma potato. -- jean-michel

Re: gdb

2002-01-30 Thread Jean-Michel OLTRA
On mercredi 30 jan 2002, Marc REYNES wrote: j'ai pas trop envie de tous les essayer féniant C'est vrai...mais il y a des jours comme ça, pendant lesquels on n'est pas parfait ! -- jean-michel

C++: a gdb problem when debugging multiple files source program.

2001-12-21 Thread Shaul Karl
For some reason the behavior of gdb when I split a C++ program into multiple files is not the same as when there is only one source file. In particular, in the multiple file case gdb does not recognize local variables and does not honor breakpoints that are set by line numbers. What am I missing

Re: gdb+ddd en woody

2001-11-06 Thread Santiago Vila
Ignacio García Fernández: En las dependencias de ddd de woody aparece como recomendado el gdb(=5.0) mientras que solo está disponible gdb 4.18 Esto no se considera un bug? Depende. Los scripts que generan woody solamente exigen que cada paquete que pase de unstable a testing tenga todas sus

Debugger DDD with gdb

2001-10-31 Thread xucaen
graphical front end? Maybe this is a limitation with GDB? I am running Stable version of Debian, using g++ Thanks! xucaen [EMAIL PROTECTED]

Re: Debugger DDD with gdb

2001-10-31 Thread Jeffrey W. Baker
when opening input files? Or is there a better graphical front end? Maybe this is a limitation with GDB? I am running Stable version of Debian, using g++ Probably this version of gdb is quite old. Newer 5.0 versiond of gdb and the corresponding ddd seem to work without troubles. -jwb

DDD with gdb Answer

2001-10-31 Thread xucaen
Hi all... somehow just asking the questions enables me to figure out the answers! ;-) I had thought that in DDD, File=Open also changed into directory but it does not. That's why the input failed. it couldn't find the file. It's working now that I run DDD from current directory.(instead of

  1   2   >