[PATCH 0/2] Series short description

Eric Pouech eric.pouech at orange.fr
Mon Mar 7 15:40:55 CST 2011


The following series fixes a couple of annoying side-effects of recent changes in
winedbg about the break command. 
With this serie, one can use:
break "*/foo.c" : 23
instead of specifying the full patch to foo.c file (which is likely to be embedded in debug information)

It also fixes a shortcoming of current implementation where it wasn't possible to use the 
file.c : 23
form, when file.c was not in current module.

A+
---

Eric Pouech (2):
      [DbgHelp]: when using a regular expression on a file name, interpret '*' as any string (.* in regexp form)
      [WineDbg]: fix 'break file : lineno' command so that file can be in other modules than the current one


 dlls/dbghelp/symbol.c    |    8 +++++-
 programs/winedbg/break.c |   60 ++++++++++++++++++++++++++++------------------
 2 files changed, 42 insertions(+), 26 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list