Bug 1639153 - Part 6.6: Add tls dependency for truncate i32. r=lth
[gecko.git] / build / .lldbinit.in
blob3c566e0b999b3a8c434a4e0774560d0ae6c2e97a
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@/toolkit/library
12 settings append target.exec-search-paths @topobjdir@/mozglue/build
14 # This is where artifact builds unpacks "crashreporter-symbols-full" uncompressed ELF debug symbols.
15 settings append target.debug-file-search-paths @topobjdir@/dist/crashreporter-symbols
17 # These are specific paths encoded into Mozilla's automation outputs.
18 settings append target.source-map /builds/worker/workspace/build/src/obj-firefox @topobjdir@
19 settings append target.source-map /builds/worker/workspace/build/src @topsrcdir@
20 #endif