Page MenuHomePhabricator

friss (Frederic Riss)
User

Projects

User does not belong to any projects.

User Details

User Since
Sep 4 2014, 1:00 AM (447 w, 2 d)

Recent Activity

Feb 3 2023

friss added a comment to D143269: [DWARFLinker] Refactor cloneAddressAttribute()..

This feels like a nice generalization (and I like the shape of the new code better), but I'm wondering if it's not too general. For example a DT_AT_location can be DW_FORM_addr, and applying PCOffset to it would be wrong. I'm not sure what PCOffset is set to in a variable DIE, but it does feel somewhat wrong even if it's 0. I cannot be 100% sure, but I believe that fear of mishandling non-PC addresses was the original thinking that led to spelling out all the supported cases.

Feb 3 2023, 10:24 AM · Restricted Project, Restricted Project

Jan 19 2023

friss added a comment to D136651: [Clang] Give Clang the ability to use a shared stat cache.

Oh yes, we're using -DLLVM_LINK_LLVM_DYLIB=ON too, so that would be the main trigger.

Jan 19 2023, 2:08 PM · Restricted Project, Restricted Project, Restricted Project
friss added a reverting change for rGa033dbbe5c43: [Clang] Give Clang the ability to use a shared stat cache: rGcf12709222a4: Revert "[Clang] Give Clang the ability to use a shared stat cache".
Jan 19 2023, 2:08 PM · Restricted Project, Restricted Project, Restricted Project
friss added a reverting change for rGc5abe893120b: [StatCacheFileSystem] Attempt to fix build: rGcf12709222a4: Revert "[Clang] Give Clang the ability to use a shared stat cache".
Jan 19 2023, 2:08 PM · Restricted Project, Restricted Project
friss committed rGcf12709222a4: Revert "[Clang] Give Clang the ability to use a shared stat cache" (authored by friss).
Revert "[Clang] Give Clang the ability to use a shared stat cache"
Jan 19 2023, 2:08 PM · Restricted Project, Restricted Project, Restricted Project
friss added a reverting change for D136651: [Clang] Give Clang the ability to use a shared stat cache: rGcf12709222a4: Revert "[Clang] Give Clang the ability to use a shared stat cache".
Jan 19 2023, 2:08 PM · Restricted Project, Restricted Project, Restricted Project
friss added a comment to D136651: [Clang] Give Clang the ability to use a shared stat cache.

Thanks for the report, unfortunately I have no way of testing this setup.

Can you try a build with -DLLVM_LINK_LLVM_DYLIB=ON?

Jan 19 2023, 1:29 PM · Restricted Project, Restricted Project, Restricted Project
friss added a comment to D136651: [Clang] Give Clang the ability to use a shared stat cache.

This broke our mac builds with errors like:

ld64.lld: error: undefined symbol: CFRunLoopRun
>>> referenced by tools/clang/tools/clang-stat-cache/CMakeFiles/clang-stat-cache.dir/clang-stat-cache.cpp.o:(symbol main+0x11be)

(and many more symbols)

Additional information: those are cross-compiled, and for some reason the -framework CoreServices in the CMakeLists.txt doesn't seem to make it to the command line, which is surprising because something similar works fine for e.g. dsymutil.

Jan 19 2023, 12:59 PM · Restricted Project, Restricted Project, Restricted Project

Jan 18 2023

friss added a comment to D136651: [Clang] Give Clang the ability to use a shared stat cache.

Docs still missing.

Sorry @lebedev.ri I missed your earlier comment about this. What format of doc would you like to see? A more elaborate comment in the tool's source or something else?

Right now it's impossible to discover that tool unless you already know it exists (or it's mentioned in some xcode doc, i guess)
It should have it's own description in it's --help, and ideally an .rst documentation page in docs.

Jan 18 2023, 4:06 PM · Restricted Project, Restricted Project, Restricted Project
friss updated subscribers of D136651: [Clang] Give Clang the ability to use a shared stat cache.

Docs still missing.

Jan 18 2023, 2:49 PM · Restricted Project, Restricted Project, Restricted Project
friss committed rGc5abe893120b: [StatCacheFileSystem] Attempt to fix build (authored by friss).
[StatCacheFileSystem] Attempt to fix build
Jan 18 2023, 2:47 PM · Restricted Project, Restricted Project
friss committed rGa033dbbe5c43: [Clang] Give Clang the ability to use a shared stat cache (authored by friss).
[Clang] Give Clang the ability to use a shared stat cache
Jan 18 2023, 2:35 PM · Restricted Project, Restricted Project, Restricted Project
friss closed D136651: [Clang] Give Clang the ability to use a shared stat cache.
Jan 18 2023, 2:35 PM · Restricted Project, Restricted Project, Restricted Project

Jan 17 2023

friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

More Windows fixes

Jan 17 2023, 4:07 PM · Restricted Project, Restricted Project, Restricted Project
friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

The pre-commit CI showed some test failures on Windows. Try to address these.

Jan 17 2023, 12:13 PM · Restricted Project, Restricted Project, Restricted Project

Jan 5 2023

friss added a comment to D136651: [Clang] Give Clang the ability to use a shared stat cache.

Re-added a few of my minor comments that I think got lost on a specific version of the diff. Otherwise LGTM.

Jan 5 2023, 4:54 PM · Restricted Project, Restricted Project, Restricted Project
friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

Fix Windows build (Thanks @ravi-ramaseshan)
Address @benlangmuir comments

Jan 5 2023, 4:54 PM · Restricted Project, Restricted Project, Restricted Project

Jan 4 2023

friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

Rebase correctly

Jan 4 2023, 9:24 PM · Restricted Project, Restricted Project, Restricted Project
friss added inline comments to D136651: [Clang] Give Clang the ability to use a shared stat cache.
Jan 4 2023, 5:39 PM · Restricted Project, Restricted Project, Restricted Project
friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

Address review feedback
Move StatCacheFileSystem to its own file.

Jan 4 2023, 5:36 PM · Restricted Project, Restricted Project, Restricted Project

Dec 16 2022

friss accepted D140227: [dsymutil] Verify the keep chain when asserts are enabled.

LGTM with minor nit

Dec 16 2022, 10:42 AM · Restricted Project, Restricted Project

Nov 16 2022

friss added inline comments to D138176: [dsymutil] Fix assertion: (Ref > InputDIE.getOffset()), function cloneDieReferenceAttribute.
Nov 16 2022, 7:11 PM · Restricted Project, Restricted Project

Nov 1 2022

friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

Fix unit test build

Nov 1 2022, 12:49 PM · Restricted Project, Restricted Project, Restricted Project
friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.
Nov 1 2022, 11:03 AM · Restricted Project, Restricted Project, Restricted Project
friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

Add version number in cache file.

Nov 1 2022, 8:58 AM · Restricted Project, Restricted Project, Restricted Project

Oct 26 2022

friss added inline comments to D136651: [Clang] Give Clang the ability to use a shared stat cache.
Oct 26 2022, 12:32 PM · Restricted Project, Restricted Project, Restricted Project

Oct 25 2022

friss updated the diff for D136651: [Clang] Give Clang the ability to use a shared stat cache.

Address some review feedback

Oct 25 2022, 4:39 PM · Restricted Project, Restricted Project, Restricted Project

Oct 24 2022

friss added a comment to D136651: [Clang] Give Clang the ability to use a shared stat cache.

Thanks for the initial feedback!

Oct 24 2022, 8:13 PM · Restricted Project, Restricted Project, Restricted Project
friss requested review of D136651: [Clang] Give Clang the ability to use a shared stat cache.
Oct 24 2022, 5:21 PM · Restricted Project, Restricted Project, Restricted Project

Feb 25 2022

friss accepted D120583: [dsymutil] Copy symbol table regardless of LINKEDIT segment.

LGTM

Feb 25 2022, 11:46 AM · Restricted Project

Jan 14 2022

friss accepted D117340: [lldb] Fix platform selection on Apple Silicon.

LGTM

Jan 14 2022, 3:30 PM · Restricted Project

Sep 24 2021

friss accepted D110443: [dsymutil] Track incompleteness across unions.

LGTM

Sep 24 2021, 2:24 PM · Restricted Project

Apr 28 2021

friss accepted D101337: [dsymutil] Add flag to force a static variable to keep its enclosing function.

LGTM

Apr 28 2021, 11:03 AM · Restricted Project

Apr 22 2021

friss committed rG91e90cf62207: lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication() (authored by friss).
lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication()
Apr 22 2021, 1:33 PM
friss closed D101094: lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication().
Apr 22 2021, 1:33 PM · Restricted Project
friss updated the diff for D101094: lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication().

Use make_shared

Apr 22 2021, 11:57 AM · Restricted Project
friss requested review of D101094: lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication().
Apr 22 2021, 11:06 AM · Restricted Project

Apr 6 2021

friss accepted D99907: [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes unless asked for explicitly.

One little comment: should one of the tests where you removed the pubnames testing actually be replaced a CHECK-NOT: .debug_pubnames contents: ?

Apr 6 2021, 4:05 PM · Restricted Project

Mar 5 2021

friss added a comment to D97739: Add a progress class that can track and report long running operations that happen in LLDB..

This way of doing progress is going to look odd in anything that uses multiple debuggers. If I'm reading the code aright, if I have two debuggers, and a target in Debugger A starts doing something that would cause progress traffic, both debuggers will show activity.

that is true, but it is a global module repository that benefits both debuggers. And I very rarely debug two things at the same time, so most of the time for most people this will be beneficial and shouldn't cause too much confusion.

Mar 5 2021, 8:33 PM · Restricted Project

Feb 24 2021

friss added a comment to D96035: [dsymutil][DWARFlinker] implement separate multi-thread processing for compile units..
In D96035#2585324, @avl wrote:

How would you guarantee that the artificial CU is always emitted in the same order? It seems like you need to stash the types somewhere, then create a deterministic ordering and then emit it, but I don't remember whether that's doable with LLVM's DIEs (It's been a while since I touched this code).

We might sort types on name basis inside that artificial CU. In this case it would always be emitted in the same order.

Feb 24 2021, 11:51 AM · Restricted Project, Restricted Project
friss added a comment to D96035: [dsymutil][DWARFlinker] implement separate multi-thread processing for compile units..
In D96035#2584686, @avl wrote:

The scheme implemented in this patch and which might be done with additional compile unit keeping types - visit CU only once and then it might be unloaded from the memory:

  1. the first pass enumerates in a multithreaded manner all object files, all compile units. Each CU is loaded, analyzed for types(there would be created a list of attribute referencing types), emitted. types moved into the artificial CU. unloaded.
Feb 24 2021, 8:21 AM · Restricted Project, Restricted Project

Jan 12 2021

friss accepted D94460: [dsymutil] Copy eh_frame content into the dSYM companion file..

LGTM, thanks!

Jan 12 2021, 5:46 PM · Restricted Project

Jan 11 2021

friss added a comment to D94460: [dsymutil] Copy eh_frame content into the dSYM companion file..

Couple comments/questions, but this generally looks good

Jan 11 2021, 5:14 PM · Restricted Project

Dec 10 2020

friss accepted D92820: [lldb] Deal gracefully with concurrency in the API instrumentation..

This LGTM.
There is one thing that you might want to address, but I'll leave it up to you (and even if you do it can be a different commit): with the introduction of idx variables, it becomes easy to get confused between id and idx(Or CheckID and CheckIndex) in the codebase. Not sure how to disambiguate, or if it's really worth it.

Dec 10 2020, 8:42 AM · Restricted Project

Dec 9 2020

friss added a comment to D92820: [lldb] Deal gracefully with concurrency in the API instrumentation..

The change itself looks fine, but I'm wondering about the test. There is nothing that really guarantees that the SB calls and return values are going to be intertwined, is there? Does it rely solely on the fact that it's very very unlikely to succeed?

Dec 9 2020, 8:56 AM · Restricted Project
friss accepted D92811: [lldb] Track the API boundary using a thread_local variable..

This LGTM. I like that it's way easier than what we have discussed offline.

Dec 9 2020, 8:48 AM · Restricted Project

Nov 6 2020

friss added a comment to D90873: [DWARFLinker] Convert analyzeContextInfo to a work list (NFC).

This is really hard to wrap one's head around, but after starring at it for some time the logic seems sound. There's some conditional code depending on whether we built with -gmodules or not. Can you make sure to test both clang builds? I left a couple other comments that you might want to consider. Otherwise this LGTM

Nov 6 2020, 4:31 PM · Restricted Project

Oct 14 2020

friss accepted D89444: [dsymutil] Fix handling of aliases to private external symbols.

LGTM

Oct 14 2020, 8:17 PM · Restricted Project

Aug 26 2020

friss accepted D86593: [lldb] Don't crash when LLDB can't extract the tsan report.

LGTM

Aug 26 2020, 8:24 AM · Restricted Project

Aug 12 2020

friss added inline comments to D85376: Fix how ValueObjectChild handles bit-fields stored in a Scalar in UpdateValue() .
Aug 12 2020, 4:06 PM · Restricted Project

Aug 7 2020

friss accepted D85265: Add a setting to always run all threads when stepping.

Sure. As I said I know this is unrelated to the path. this LGTM

Aug 7 2020, 2:12 PM · Restricted Project
friss added inline comments to D85265: Add a setting to always run all threads when stepping.
Aug 7 2020, 11:40 AM · Restricted Project
friss accepted D85537: [lldb] Store the Apple SDK in the configuration and use it to determine the platform..

LGTM

Aug 7 2020, 10:44 AM · Restricted Project
friss added a comment to D85539: [lldb] Extend builder to pass the TRIPLE spec to Make.

lldbremote.py looks awfully Apple-specific, yet it is going to be called from the generic code. Is that not an issue?

Aug 7 2020, 10:43 AM · Restricted Project
friss added a comment to D85265: Add a setting to always run all threads when stepping.

This LGTM. The only comment I had is about a comment you added on preexisting code:

Aug 7 2020, 8:55 AM · Restricted Project

Aug 6 2020

friss accepted D85358: Correctly detect legacy iOS simulator Mach-O objectfiles.

LGTM!

Aug 6 2020, 12:35 PM · Restricted Project
friss added inline comments to D85376: Fix how ValueObjectChild handles bit-fields stored in a Scalar in UpdateValue() .
Aug 6 2020, 10:44 AM · Restricted Project
friss committed rG99298c7fc540: [lldb/testsuite] Change get_debugserver_exe to support Rosetta (authored by friss).
[lldb/testsuite] Change get_debugserver_exe to support Rosetta
Aug 6 2020, 10:39 AM

Aug 5 2020

friss added inline comments to D85376: Fix how ValueObjectChild handles bit-fields stored in a Scalar in UpdateValue() .
Aug 5 2020, 5:37 PM · Restricted Project
friss added inline comments to D85358: Correctly detect legacy iOS simulator Mach-O objectfiles.
Aug 5 2020, 2:01 PM · Restricted Project

Aug 4 2020

friss committed rG4c9ed3ed3d2f: [lldb/testsuite] Skip 'frame diagnose' tests based on architecture (authored by friss).
[lldb/testsuite] Skip 'frame diagnose' tests based on architecture
Aug 4 2020, 5:46 PM
friss accepted D85237: [lldb] Add an option to inherit TCC permissions from parent..

LGTM

Aug 4 2020, 4:32 PM · Restricted Project
friss added a comment to D85237: [lldb] Add an option to inherit TCC permissions from parent..

The logic of the patch itself looks fine, but the names, description and commit message are off. A process cannot disable TCC, it's always active. What your patch decides is whether the inferior is responsible for its own TCC permissions. If you don't make the inferior responsible, it inherits the permissions of its parent (which might have inherited them from its own parent). On the command line, you'll most likely get the Terminal.app permissions if nothing in the middle resets the responsible process.

Aug 4 2020, 2:55 PM · Restricted Project

Aug 3 2020

friss added a comment to D84576: Fix debugserver's qProcessInfo reporting of maccatalyst binaries.

This looks good outside of 2 cross-platform issues in the tests themselves.

Aug 3 2020, 4:42 PM · Restricted Project

Jul 27 2020

friss committed rG8120eba5fce3: [lldb/ArchSpec] Always match simulator environment in IsEqualTo (authored by friss).
[lldb/ArchSpec] Always match simulator environment in IsEqualTo
Jul 27 2020, 5:34 PM
friss closed D84716: [lldb/ArchSpec] Always match simulator environment in IsEqualTo.
Jul 27 2020, 5:34 PM · Restricted Project
friss added inline comments to D84716: [lldb/ArchSpec] Always match simulator environment in IsEqualTo.
Jul 27 2020, 5:19 PM · Restricted Project
Herald added a project to D84716: [lldb/ArchSpec] Always match simulator environment in IsEqualTo: Restricted Project.
Jul 27 2020, 5:07 PM · Restricted Project
friss committed rGef748b58d3b3: [lldb] NFC: Use early exit in ArchSpec::IsEqualTo (authored by friss).
[lldb] NFC: Use early exit in ArchSpec::IsEqualTo
Jul 27 2020, 2:12 PM
friss committed rG4c6eebf86a07: [lldb/AppleSimulator] Always provide a -simulator environment (authored by friss).
[lldb/AppleSimulator] Always provide a -simulator environment
Jul 27 2020, 12:51 PM

Jul 24 2020

friss updated the diff for D84537: [lldb/AppleSimulator] Always provide a -simulator environment.

Simplify the logic.

Jul 24 2020, 3:23 PM · Restricted Project
friss added inline comments to D84537: [lldb/AppleSimulator] Always provide a -simulator environment.
Jul 24 2020, 2:36 PM · Restricted Project
Herald added a project to D84537: [lldb/AppleSimulator] Always provide a -simulator environment: Restricted Project.
Jul 24 2020, 9:27 AM · Restricted Project
friss committed rG22c16360dd00: [lldb/ObjectFileMachO] Correctly account for resolver symbols (authored by friss).
[lldb/ObjectFileMachO] Correctly account for resolver symbols
Jul 24 2020, 9:20 AM
friss closed D84083: [lldb/ObjectFileMachO] Correctly account for resolver symbols.
Jul 24 2020, 9:20 AM · Restricted Project

Jul 23 2020

friss accepted D84480: debugserver: Support ios simulator load command disambiguation in qProcessInfo.

LGTM!

Jul 23 2020, 8:21 PM · Restricted Project

Jul 21 2020

friss accepted D83552: [lldb/test] Do a better job at setting (DY)LD_LIBRARY_PATH.

The lldbtest.py part LGTM, but I'm failing to see how this interacts with TestWeakSymbols.py? IIRC, registerSharedLibraryWithTarget is an API we call explicitly in the tests, but I don't see it called here.

It gets called from run_to_source_breakpoint, keying off of the extra_images argument.

Jul 21 2020, 8:09 AM · Restricted Project

Jul 20 2020

friss added a comment to D83552: [lldb/test] Do a better job at setting (DY)LD_LIBRARY_PATH.

The lldbtest.py part LGTM, but I'm failing to see how this interacts with TestWeakSymbols.py? IIRC, registerSharedLibraryWithTarget is an API we call explicitly in the tests, but I don't see it called here.

Jul 20 2020, 9:25 AM · Restricted Project

Jul 17 2020

Herald added a project to D84083: [lldb/ObjectFileMachO] Correctly account for resolver symbols: Restricted Project.
Jul 17 2020, 6:00 PM · Restricted Project

Jul 16 2020

friss committed rG8113a8bb7934: [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache (authored by friss).
[lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache
Jul 16 2020, 10:40 AM
friss closed D83023: [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache.
Jul 16 2020, 10:40 AM · Restricted Project, Restricted Project
friss added a comment to D83023: [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache.

I'll commit after I've re-built top of tree and fully retested

Jul 16 2020, 8:33 AM · Restricted Project, Restricted Project
friss updated the diff for D83023: [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache.

Address review feedback

Jul 16 2020, 8:23 AM · Restricted Project, Restricted Project

Jul 15 2020

friss updated the diff for D83023: [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache.
  • Rebase on top of D83512
  • Change the ObjectFileMachO pieces to rewrite offsets to look like a standard Mach-o image instead of adding a bunch of conditionals to handle the new cases.
Jul 15 2020, 3:40 PM · Restricted Project, Restricted Project

Jul 14 2020

GitHub <noreply@github.com> committed rG2e659d4a4c28: Merge pull request #1432 from adrian-prantl/65001691 (authored by friss).
Merge pull request #1432 from adrian-prantl/65001691
Jul 14 2020, 4:57 PM
GitHub <noreply@github.com> committed rGfcb37a13fe5e: Merge pull request #1428 from Teemperor/cherry/3faec833760fa7ab6e3180378da8c8fb… (authored by friss).
Merge pull request #1428 from Teemperor/cherry/3faec833760fa7ab6e3180378da8c8fb…
Jul 14 2020, 4:57 PM
GitHub <noreply@github.com> committed rG1c73376be820: Merge pull request #1425 from Teemperor/cherry/35674976f09ec99e74d0d28b4a64b6bc… (authored by friss).
Merge pull request #1425 from Teemperor/cherry/35674976f09ec99e74d0d28b4a64b6bc…
Jul 14 2020, 4:56 PM
GitHub <noreply@github.com> committed rG01c7d75611d5: Merge pull request #1253 from Teemperor/cherry/d48ef7cab55878fbb598e7a968b6073f… (authored by friss).
Merge pull request #1253 from Teemperor/cherry/d48ef7cab55878fbb598e7a968b6073f…
Jul 14 2020, 4:56 PM
GitHub <noreply@github.com> committed rGf298ef47efc8: Merge pull request #1411 from fredriss/fix-SIGWINCH-crash (authored by friss).
Merge pull request #1411 from fredriss/fix-SIGWINCH-crash
Jul 14 2020, 4:56 PM
friss committed rG1974241e280f: [lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using the… (authored by teemperor).
[lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using the…
Jul 14 2020, 4:56 PM
GitHub <noreply@github.com> committed rG5c253cd01810: Merge pull request #1332 from JDevlieghere/lldb-line-table-perf (authored by friss).
Merge pull request #1332 from JDevlieghere/lldb-line-table-perf
Jul 14 2020, 4:54 PM
GitHub <noreply@github.com> committed rGd6fc7c9a0c16: Merge pull request #1316 from adrian-prantl/64000666 (authored by friss).
Merge pull request #1316 from adrian-prantl/64000666
Jul 14 2020, 4:54 PM
GitHub <noreply@github.com> committed rG3b11cbd7c057: Merge pull request #1305 from adrian-prantl/60926115 (authored by friss).
Merge pull request #1305 from adrian-prantl/60926115
Jul 14 2020, 4:53 PM
GitHub <noreply@github.com> committed rGd08d94ba7825: Merge pull request #1303 from adrian-prantl/cleanup-target (authored by friss).
Merge pull request #1303 from adrian-prantl/cleanup-target
Jul 14 2020, 4:53 PM
GitHub <noreply@github.com> committed rG97d0c2893726: Merge pull request #1294 from JDevlieghere/raise-runtime-error (authored by friss).
Merge pull request #1294 from JDevlieghere/raise-runtime-error
Jul 14 2020, 4:53 PM
GitHub <noreply@github.com> committed rGf8c380e9a97e: Merge pull request #1293 from JDevlieghere/correct-man-page (authored by friss).
Merge pull request #1293 from JDevlieghere/correct-man-page
Jul 14 2020, 4:53 PM
GitHub <noreply@github.com> committed rGa3ff3d43edc1: Merge pull request #1290 from JDevlieghere/stop-leaking-forked-procs (authored by friss).
Merge pull request #1290 from JDevlieghere/stop-leaking-forked-procs
Jul 14 2020, 4:53 PM
GitHub <noreply@github.com> committed rG0daeb37548a2: Merge pull request #1288 from fredriss/fix-sim-test-when-multiple-runtimes (authored by friss).
Merge pull request #1288 from fredriss/fix-sim-test-when-multiple-runtimes
Jul 14 2020, 4:53 PM
friss committed rGa731a7caf5f1: [lldb/test] Fix TestAppleSimulatorOSType when multiple runtimes are installed (authored by friss).
[lldb/test] Fix TestAppleSimulatorOSType when multiple runtimes are installed
Jul 14 2020, 4:53 PM
GitHub <noreply@github.com> committed rG04853a8252a9: Merge pull request #1280 from jimingham/fix-save-crashlog (authored by friss).
Merge pull request #1280 from jimingham/fix-save-crashlog
Jul 14 2020, 4:53 PM