Re: [lldb-dev] Mailman->Discourse Migration on February 1, 10am PST

2022-01-31 Thread Tanya Lattner via lldb-dev
Thank you Paul for pointing this out. I will get this information updated tonight. -Tanya > On Jan 29, 2022, at 9:58 AM, Paul Smith wrote: > > On Sat, 2022-01-29 at 08:29 -0800, Tanya Lattner via lldb-dev wrote: >> We will use the Discourse Migration website to communicate where we >> are in t

Re: [lldb-dev] Accessing attached process environment variables with SBAPI

2022-01-31 Thread Jim Ingham via lldb-dev
The SBEnvironment classes and the setting for the environment are currently used just for launching processes. lldb doesn’t keep track of the “live” state of the environment in a process - which can change as the program runs. It would certainly be useful to have a “printenv” function in lldb