Isn’t it a pity Now, isn’t it a shame How we break each other’s hearts And cause each other pain How we take each other’s love Without thinking anymore Forgetting to give back Isn’t it a pity Some things take so long But how do I explain When not too many people Can see we’re [...]
Archive for the ‘english’ Category
isn’t it a pity?
Posted in english, tagged music, personal, poem on Tuesday, August 18, 2009 | 1 Comment »
beware of darkness
Posted in english, tagged music, personal, poem on Thursday, July 30, 2009 | Leave a Comment »
Watch out now, take care Beware of falling swingers Dropping all around you The pain that often mingles In your fingertips Beware of darkness Watch out now, take care Beware of the thoughts that linger Winding up inside your head The hopelessness around you In the dead of night Beware of sadness It can hit [...]
king of pain
Posted in english, tagged music, personal, poem on Monday, June 29, 2009 | Leave a Comment »
There’s a little black spot on the sun today It’s the same old thing as yesterday There’s a black hat caught in a high tree top There’s a flag pole rag and the wind won’t stop I have stood here before inside the pouring rain With the world turning circles running round my brain I [...]
status update on GDB work
Posted in english, tagged community, development, gdb, gsoc, linkedin, linux, open source, planet ltc, python on Sunday, May 24, 2009 | 2 Comments »
Ok, so this time I won’t talk about Python scripting support in GDB. I’m getting tired of it myself. I’ll just comment that it’s amazing the number of problems people in IRC report with GDB that can be solved with the Python support that we’re adding to it. Sometimes they need stuff which is only [...]
status update on python scripting support
Posted in english, tagged community, development, gdb, linkedin, linux, open source, planet ltc, python on Tuesday, March 31, 2009 | Leave a Comment »
It’s been a while since I last talked about Python scripting support in GDB. Mostly because I’ve been focusing on getting stuff from the branch merged into CVS HEAD, so that GDB 7.0 can have some useful Python bindings. The latest two patches committed upstream are for creating convenience functions in Python, and fo manipulating [...]
…
Posted in english, tagged comentário solto, madrugada, opinião, personal, pessoal on Saturday, March 7, 2009 | Leave a Comment »
I’d like to be able to say this every once in a while: All in all, it was a pretty crazy year. My life kind of turned upside down and I found myself to be very often far removed from anything resembling a comfort zone. I expect 2009 to be pretty crazy as well. – [...]
news from GDB-land
Posted in english, tagged community, development, gdb, linkedin, linux, open source, planet ltc, wee hours on Wednesday, February 25, 2009 | 1 Comment »
Nick Clifton publishes in his blog monthly news from the toolchain world, which is very interesting and very nice of him. Unfortunately he has not been able to provide news from GDB-land. I compiled a list of interesting events which happened in the GDB community this February to post as a comment in his blog, [...]
yesterday you said tomorrow…
Posted in english, tagged haha only serious, hint, personal, pessoal, wee hours on Thursday, February 12, 2009 | Leave a Comment »
… just do it. ps: it’s just marketing, I know. But I really liked the message…
a useful python script for GDB: is the variable in scope?
Posted in english, tagged community, development, gdb, linkedin, linux, open source, planet ltc, python on Saturday, November 22, 2008 | Leave a Comment »
One annoying aspect of scripting GDB (using it’s own scripting language), is that if you test or set a variable which is not in scope, the script will generate an error and GDB will give up evaluating it. It would be useful to have a way to programatically check if the variable is in scope [...]
python scripting in gdb update
Posted in english, tagged community, development, gdb, linkedin, linux, open source, planet ltc, python on Thursday, October 16, 2008 | 5 Comments »
It’s been a great while since I last posted about Python scripting in GDB, mostly because I’ve been busy coding the feature and getting it ready for upstream. First of all, I’d like to take the opportunity to encourage people interested in using this feature to experiment with what we have implemented so far. The [...]