[Lldb-commits] [PATCH] D45592: Allow relative file paths when settings source breakpoints

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 12 17:46:37 PDT 2018


davide added inline comments.


================
Comment at: source/Breakpoint/BreakpointResolverFileLine.cpp:219-221
+  if (is_relative) {
+    search_file_spec.GetDirectory().Clear();
+  }
----------------
For consistency with the rest of the codestyle (and what you use above), can you remove the braces before committing?


https://reviews.llvm.org/D45592





More information about the lldb-commits mailing list