Re: [lldb-dev] Bug with ThreadPlanStepRange::InRange, symbol context and target.source-map setting

2016-05-10 Thread Ted Woodward via lldb-dev
I've implemented original_file and ApplyFileMappings in LineEntry, as well as changing some of the use of LineEntry.file to original_file, and change some places that set file to also set original_file. I tried to have places that cared about the symbol use original_file, but places that cared a

Re: [lldb-dev] Bug with ThreadPlanStepRange::InRange, symbol context and target.source-map setting

2016-05-10 Thread Jim Ingham via lldb-dev
Excellent, thanks! Jim > On May 10, 2016, at 10:51 AM, Ted Woodward > wrote: > > I've implemented original_file and ApplyFileMappings in LineEntry, as well as > changing some of the use of LineEntry.file to original_file, and change some > places that set file to also set original_file. I tr