Loading .lldbinit 0 → 100644 +7 −0 Original line number Diff line number Diff line # .lldbinit file for debugging Mozilla # Mozilla's use of UNIFIED_SOURCES to include multiple source files into a # single compiled file breaks lldb breakpoint setting. This works around that. # See http://lldb.llvm.org/troubleshooting.html for more info. settings set target.inline-breakpoint-strategy always build/Makefile.in +9 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,15 @@ GDBINIT_FILES := $(topsrcdir)/.gdbinit GDBINIT_DEST = $(FINAL_TARGET) INSTALL_TARGETS += GDBINIT # Put a useful .lldbinit in the bin directory, to be picked up automatically # by LLDB when we debug executables using that directory as the current working # directory. # NOTE: Keep .lldbinit in the topsrcdir for people who run LLDB from the # topsrcdir rather than the bin directory. LLDBINIT_FILES := $(topsrcdir)/.lldbinit LLDBINIT_DEST = $(FINAL_TARGET) INSTALL_TARGETS += LLDBINIT include $(topsrcdir)/config/rules.mk # we install to _leaktest/ Loading Loading
.lldbinit 0 → 100644 +7 −0 Original line number Diff line number Diff line # .lldbinit file for debugging Mozilla # Mozilla's use of UNIFIED_SOURCES to include multiple source files into a # single compiled file breaks lldb breakpoint setting. This works around that. # See http://lldb.llvm.org/troubleshooting.html for more info. settings set target.inline-breakpoint-strategy always
build/Makefile.in +9 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,15 @@ GDBINIT_FILES := $(topsrcdir)/.gdbinit GDBINIT_DEST = $(FINAL_TARGET) INSTALL_TARGETS += GDBINIT # Put a useful .lldbinit in the bin directory, to be picked up automatically # by LLDB when we debug executables using that directory as the current working # directory. # NOTE: Keep .lldbinit in the topsrcdir for people who run LLDB from the # topsrcdir rather than the bin directory. LLDBINIT_FILES := $(topsrcdir)/.lldbinit LLDBINIT_DEST = $(FINAL_TARGET) INSTALL_TARGETS += LLDBINIT include $(topsrcdir)/config/rules.mk # we install to _leaktest/ Loading