Peter Ward 9e073cd20e - Added a small utility (chkslash) to check if a string contains
a backslash '\', it's needed for the reladdr2line.cmd changes
  below.
- Modified reladdr2line so that you can now use 'raddr2line ntdll.dll 7c90e143'
  instead of 'raddr2line output-i386\dll\ntdll\ntdll.dll 7c90e143'. You can
  also use part of the file name ie. 'ntdll' instead of 'ntdll.dll' and
  it will match it. Searchs the current directory and all sub-directories.
  (does not match directories of course)
  (yes you can still specify the full path if you like)
- Some other miscellaneous cleanup.

svn path=/trunk/tools/RosBE-Windows/; revision=448
2007-10-25 01:15:26 +00:00
..