Feeds:
Posts
Comments

Posts Tagged ‘linux’

vi, esc and tab

I am, of course, a vi user (well, Vim actually). A long time ago I had a nice idea, which unfortunately wasn’t very practical so I didn’t use it for long: I remaped my Tab key to work as Esc, so I could more easily switch modes. I say it wasn’t very practical because getting [...]

Read Full Post »

Despite being a KDE person, I use Evolution as my mail client, including for reading mailing lists and posting patches. Up until now I’ve been doing the latter by attaching patches instead of including them in the message body, to avoid whitespace mangling and linewrap. But this method is inconvenient sometimes: when you want to [...]

Read Full Post »

As I mentioned before, I’ve been working on and off on adding Python scripting support to GDB, with Tom Tromey and Vladimir Prus. We did the work in a git repository, separate from the GDB main repo (which still uses CVS, by the way). Now came the time to get the work we did there, [...]

Read Full Post »

GDB version 6.8 was released just a few days ago. I’m happy to have made my small contribution to it, mostly with development of decimal floating point debugging support. From the NEWS file: “GDB now supports debugging C and C++ programs which use the Decimal Floating Point extension. In addition, the PowerPC target now has [...]

Read Full Post »

I’ve been working on Python bindings for exposing GDB’s frame_info, the internal structure it uses to keep track of the frame stack in the debuggee (or inferior, in GDB parlance). I got just enough working to be able to implement an equivalent of GDB’s backtrace command entirely in Python. The difference is that my version [...]

Read Full Post »

Cool, Ian Taylor (who wrote the current linker used in Linux) just announced that gold, the new linker that he has been writing, was just released. It targets only ELF systems, so I believe its design is much simplified and streamlined by this. I find it interesting that he chose to implement it in C++. [...]

Read Full Post »

It seems the planets are finally aligning to get Python scripting support in GDB! Vladimir published his changes last month, Tromey improved on them, and I joined the bandwagon. The work is being done in a git repo hosted by gitorious. More details here. This looks very promising. Update – 2008/03/15: Sorry, I was a [...]

Read Full Post »

I was downloading pics from my camera this weekend (strictly speaking, from its SD card) and found out about a nasty bug: digikam will fail to download an image for no good reason, and overwrite good images when you tell it to try again! I immediately opened a bug report, let’s how this progresses. A [...]

Read Full Post »

neverball and other simple games in Linux

I’m not really a computer games person. For some reason, I started playing less and less games since I was about 16 years old. After a while, the only game I still played was NetHack (the ASCII or ncurses versions, I don’t like the X ones). And Koules too, for a while. Anyway, I started [...]

Read Full Post »

KDE vs XFCE in terms of memory usage

For the moment I have to cope with a low-memory machine at home, so I decided to switch it from KDE to XFCE. But is it really worth it, in terms of memory savings? I decided to measure… First of all, I’m not trying to do rigorous analysis here but just do some estimates to [...]

Read Full Post »

« Newer Posts - Older Posts »

Follow

Get every new post delivered to your Inbox.