From: Noah Falk Date: Fri, 29 Mar 2024 22:49:23 +0000 (-0700) Subject: Update sos.md (#4570) X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b1c839936cd3518e62b56971c15528141d72d5d;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Update sos.md (#4570) Get rid of outdated lldb-3.9 instructions --- diff --git a/documentation/sos.md b/documentation/sos.md index 45d83740c..fe05a13f8 100644 --- a/documentation/sos.md +++ b/documentation/sos.md @@ -7,7 +7,7 @@ SOS is a debugger extension that allows a developer to inspect the managed state ## Getting lldb -Getting a version of lldb that works for your platform can be a problem sometimes. The version has to be at least 3.9 or greater because of a bug running SOS on a core dump that was fixed. Some Linux distros like Ubuntu it is easy as `sudo apt-get install lldb-3.9 python-lldb-3.9`. On other distros, you will need to build lldb. The directions below should give you some guidance. +Getting a version of lldb depends on your platform and distro. Check the links below for more details: * [Linux Instructions](lldb/linux-instructions.md) * [MacOS Instructions](lldb/osx-instructions.md)