forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 941539 - Add a .lldbinit file to the tree and make the build syst…
…em install it to $(DIST)/bin
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# .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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters