Author Topic: patch for debugging plugin  (Read 4653 times)

Offline DoMeN

  • Multiple posting newcomer
  • *
  • Posts: 66
patch for debugging plugin
« on: March 26, 2007, 01:09:15 pm »
Hi,
I have commited to BerliOS patch No. 001932 used if GDB is set to use HW breakpoints as default(b == hb).

This patch adds ability to debugging plugin to see HW breakpoints as SW breakpoints if GDB is set to use HW breakpoints instead of SW breakpoints (set default_HB 1 command used to do this in my GDB - this owerrides b and break commands to set hb and hbreak).

It doesn't change or break any of the existing code so could it please be added to head release. If it will be added please inform me.

r. Domen