[Lldb-commits] [PATCH] Fix break-insert command on Windows.

Hafiz Abid Qadeer abidh.haq at gmail.com
Thu Feb 5 04:03:33 PST 2015


Fixed the : issue in lldb-mi. Changed FileSpec::Normalize to make sure that it handles the path with \\ correctly. Added test cases to check for full path in both lldb-mi and lldb.

zturner suggested to add test case for SBFileSpec that creates it with PathSyntaxWindows. But PathSyntax enum is in internal class FileSpec. It is not available at the SBFileSpec level. I have added tests that check the breakpoint with full path in lldb and lldb-mi.


http://reviews.llvm.org/D7379

Files:
  source/Host/common/FileSpec.cpp
  test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py
  test/tools/lldb-mi/TestMiBreakpoint.py
  test/tools/lldb-mi/main.c
  tools/lldb-mi/MICmdCmdBreak.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7379.19394.patch
Type: text/x-patch
Size: 4672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150205/d6e3500a/attachment.bin>


More information about the lldb-commits mailing list