Backed out changeset a5ff95602119 (bug 1905021) as requested for causing accessibilit...
[gecko.git] / build / .lldbinit.in
blobb9d22930c9b04ab3354c0d76b48fb969068e460f
1 # This must be the first Python variable set in this file
2 script ignore__see_bug_1605268 = True
4 #filter substitution
5 script topsrcdir = "@topsrcdir@"; lldb.debugger.HandleCommand("command source -s true '%s'" % os.path.join(topsrcdir, ".lldbinit"))
7 #ifdef MOZ_WIDGET_ANDROID
8 settings set symbols.enable-external-lookup true
10 # This is where libxul.so and libmozglue.so are produced in full builds.
11 settings append target.exec-search-paths @topobjdir@/dist/bin
13 # This is where artifact builds unpacks "crashreporter-symbols-full" uncompressed ELF debug symbols.
14 settings append target.debug-file-search-paths @topobjdir@/dist/crashreporter-symbols
16 # These are specific paths encoded into Mozilla's automation outputs.
17 settings append target.source-map /builds/worker/workspace/build/src/obj-firefox @topobjdir@
18 settings append target.source-map /builds/worker/workspace/build/src @topsrcdir@
19 #endif