author | Cameron McCormack <cam@mcc.id.au> |
Mon, 13 Jan 2014 14:14:35 +1100 | |
changeset 163058 | 93d20eba2597f73741593a7614079efe3be7f671 |
parent 163057 | c874d505a1ad7f8c851022165858894c4eb2922e |
child 163059 | fde74e7ea42b8d2420f58e1eb2b8d32a0f6d28bc |
push id | 38382 |
push user | cmccormack@mozilla.com |
push date | Mon, 13 Jan 2014 03:15:06 +0000 |
treeherder | mozilla-inbound@93d20eba2597 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 29.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/.lldbinit +++ b/.lldbinit @@ -1,9 +1,11 @@ # .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 -# Deduce the concrete types of objects and pointers when printing them. +# Show the dynamic type of an object when using "expr". This, for example, +# will show a variable declared as "nsIFrame *" that points to an nsBlockFrame +# object as being of type "nsBlockFrame *" rather than "nsIFrame *". settings set target.prefer-dynamic-value run-target