Re: [lldb-dev] [cfe-dev] What version comes after 3.9? (Was: [3.9 Release] Release plan and call for testers)

2016-06-21 Thread Robinson, Paul via lldb-dev
Ø We can solve the same sort of challenge (the desire to eject old autoupgrade code) by having a sliding window of versions supported (e.g. version 4.5 supports back to version 3.6). How easy/hard is it to identify the minor release associated with a particular auto-upgrade feature? My impres

Re: [lldb-dev] [cfe-dev] GitHub anyone?

2016-06-21 Thread Rafael Espíndola via lldb-dev
For what it is worth, I fully support *any* change that moves us away from having our own infrastructure. We should really stop hosting our own code repositories, databases and mailing lists. For that, I support the proposal to move to github, but would also support moving to another hosting servi

Re: [lldb-dev] GetSymbolContext(lldb.eSymbolContextEverything)

2016-06-21 Thread Kamenee Arumugam via lldb-dev
Hi Greg, Thanks for your reply. I did try the method you mention above but variable.GetLocation() only provide me the memory address of the variable. What exactly I am looking for was the register offset that stores variable i here. Example, I am looking for method able to output the one highligh

Re: [lldb-dev] GetSymbolContext(lldb.eSymbolContextEverything)

2016-06-21 Thread Greg Clayton via lldb-dev
We currently don't expose this information through the API, though we could. You could add a new method to SBValue: namespace lldb { class SBValue { SBData GetDWARFLocation(); } }; This could return the DWARF location as a SBData object. Then you could consume the data by parsing the

[lldb-dev] [Bug 28253] New: lldb-mi Regression with LLDB_DISABLE_PYTHON=1

2016-06-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28253 Bug ID: 28253 Summary: lldb-mi Regression with LLDB_DISABLE_PYTHON=1 Product: lldb Version: 3.8 Hardware: Macintosh OS: MacOS X Status: NEW Severity: normal

Re: [lldb-dev] Error when using lldb-mi built with LLDB_DISABLE_PYTHON

2016-06-21 Thread Pierson Lee (PIE) via lldb-dev
Hi Ilia, Thanks for the reply. I did #1 for our workaround for the time being and opened https://llvm.org/bugs/show_bug.cgi?id=28253. Thanks! -Pierson From: Ilia K [mailto:ki.s...@gmail.com] Sent: Monday, June 20, 2016 1:45 AM To: Pierson Lee (PIE) Cc: lldb-dev@lists.llvm.org Subject: Re: [lld