On 20.06.2012 10:31, [email protected] wrote: > Send Pyclewn-general mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pyclewn-general > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pyclewn-general digest..." > > > Today's Topics: > > 1. Re: No symbol table is loaded. Use the "file" command (Wojtek) > 2. Re: No symbol table is loaded. Use the "file" command > (Xavier de Gaye) > 3. Re: No symbol table is loaded. Use the "file" command (Wojtek) > 4. Re: No symbol table is loaded. Use the "file" command > (Xavier de Gaye) > 5. Re: No symbol table is loaded. Use the "file" command (Wojtek) > 6. Re: No symbol table is loaded. Use the "file" command (Wojtek) > 7. Re: No symbol table is loaded. Use the "file" command > (Xavier de Gaye) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 16 Jun 2012 20:48:59 +0200 > From: Wojtek<[email protected]> > Subject: Re: [pyclewn] No symbol table is loaded. Use the "file" > command > To: [email protected] > Message-ID:<[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 16.06.2012 08:47, Xavier de Gaye wrote: >> On Fri, Jun 15, 2012 at 7:57 PM, Wojtek wrote: >>> Hi >>> >>> I am on: >>> Ubuntu 11.10 >>> pyclewn 1.9 >>> vim 7.3 >>> >>> Have problem as folow: >>> >>> (gdb) GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 >>> Copyright (C) 2011 Free Software Foundation, Inc. >>> License GPLv3+: GNU GPL version 3 or later >>> <http://gnu.org/licenses/gpl.html> >>> This is free software: you are free to change and redistribute it. >>> There is NO WARRANTY, to the extent permitted by law. Type "show >>> copying" >>> and "show warranty" for details. >>> This GDB was configured as "i686-linux-gnu". >>> For bug reporting instructions, please see: >>> <http://bugs.launchpad.net/gdb-linaro/>. >>> (gdb) file /path_to_proj/ctest/hello >>> (gdb) break "/path_to_proj/ctest/main.c":8 >>> No symbol table is loaded. Use the "file" command. >>> (gdb) >>> >>> What could be the reason of problem? >> Probably your binary does not contain debug information. Try >> recompiling with -g. >> >> > Yep this is it! > Thanks for quick answer and sorry by my gcc infirmity. > > I have one more question. > Is there any posibility to use pyclewn with arm-none-eabi-gdb? > For debug via openocd. > > Regards > Wojtek > > > > ------------------------------ > > Message: 2 > Date: Sun, 17 Jun 2012 18:20:08 +0200 > From: Xavier de Gaye<[email protected]> > Subject: Re: [pyclewn] No symbol table is loaded. Use the "file" > command > To: Wojtek<[email protected]> > Cc: [email protected] > Message-ID: > <CAN4cRFwym93a4ZCp=whar+psqhkzlnqqkwvwzon231pnk1s...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Sat, Jun 16, 2012 at 8:48 PM, Wojtek wrote: >> On 16.06.2012 08:47, Xavier de Gaye wrote: >>> On Fri, Jun 15, 2012 at 7:57 PM, Wojtek wrote: >>>> Hi >>>> >>>> I am on: >>>> ? ? ? Ubuntu 11.10 >>>> ? ? ? ?pyclewn 1.9 >>>> ? ? ? ?vim 7.3 >>>> >>>> Have problem as folow: >>>> >>>> (gdb) GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 >>>> Copyright (C) 2011 Free Software Foundation, Inc. >>>> License GPLv3+: GNU GPL version 3 or later >>>> <http://gnu.org/licenses/gpl.html> >>>> This is free software: you are free to change and redistribute it. >>>> There is NO WARRANTY, to the extent permitted by law. ?Type "show >>>> copying" >>>> and "show warranty" for details. >>>> This GDB was configured as "i686-linux-gnu". >>>> For bug reporting instructions, please see: >>>> <http://bugs.launchpad.net/gdb-linaro/>. >>>> (gdb) file /path_to_proj/ctest/hello >>>> (gdb) break "/path_to_proj/ctest/main.c":8 >>>> No symbol table is loaded. ?Use the "file" command. >>>> (gdb) >>>> >>>> What could be the reason of problem? >>> Probably your binary does not contain debug information. ?Try >>> recompiling with -g. >>> >>> >> Yep this is it! >> Thanks for quick answer and sorry by my gcc ?infirmity. >> >> I have one more question. >> Is there any posibility to use pyclewn with arm-none-eabi-gdb? >> For debug via openocd. > I do not know arm-none-eabi-gdb, but it should work > if arm-none-eabi-gdb supports GNU gdb/mi. > Thanks for :tabedit advise.
For now I conected arm-non-eabi-gdb to gvim via pyclewn. I can: set breakpoint (see it in my code window and in (clewn)_console), sent Ccommand to debuger and have response in (clewn)_console run aplication, stop aplication, next, step and so on via (clewn)_console, but I have one ugly problem ie Information on the state of the program are not visualized in the code file, ie Although I have set a breakpoint in my code (as I mentioned is a light blue marker on the line in the code and it shows Clist breakpoints) at the stop on it (what I see in (clewn) _console) do not see this in file with the code. Do you have idea where coultd be the problem or how to debug to find it? Regards Wojtek ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
