https://github.com/mozilla/gecko-dev
Revision 728bb87daed7fa5a37381b7065b638ba91f27877 authored by Ryan VanderMeulen on 06 June 2014, 17:17:44 UTC, committed by Ryan VanderMeulen on 06 June 2014, 17:17:44 UTC
2 parent s 4e821ac + 3a1cfbb
Raw File
Tip revision: 728bb87daed7fa5a37381b7065b638ba91f27877 authored by Ryan VanderMeulen on 06 June 2014, 17:17:44 UTC
Merge b2g28 to v1.3t. a=merge
Tip revision: 728bb87
.lldbinit
# .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

back to top