Re: [Lldb-commits] [PATCH] Move elf-core ELFNote to ObjectFileELF and use it for build id parsing

2013-12-02 Thread Ed Maste
emaste added you to the CC list for the revision Move elf-core ELFNote to ObjectFileELF and use it for build id parsing. Hi mikesart, jwolfe, http://llvm-reviews.chandlerc.com/D1902 Files: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp source/Plugins/ObjectFile/ELF/ObjectFileELF.h

Re: [Lldb-commits] [PATCH] Move elf-core ELFNote to ObjectFileELF and use it for build id parsing

2013-12-02 Thread Ed Maste
Comment at: source/Plugins/Process/elf-core/ProcessElfCore.cpp:127 @@ -126,3 +126,3 @@ { Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS)); lldb::addr_t addr = header-p_vaddr; I picked up this change from a local branch for the

[Lldb-commits] [lldb] r196101 - test: Decorators for pr17910

2013-12-02 Thread Ed Maste
Author: emaste Date: Mon Dec 2 08:26:57 2013 New Revision: 196101 URL: http://llvm.org/viewvc/llvm-project?rev=196101view=rev Log: test: Decorators for pr17910 A number of tests fail to build on FreeBSD because the test build script defaults to libstdc++ for clang. On FreeBSD the libstdc++ is

Re: [Lldb-commits] [PATCH] FreeBSD threaded inferior support

2013-12-02 Thread Greg Clayton
I will have to let the linux and Free BSD experts comment on this. Looks ok to me, but I do not know the details of threaded debugging on other unix systems. On Nov 27, 2013, at 7:44 AM, Ed Maste ema...@freebsd.org wrote: Added two comments for concerns raised by John Wolfe Hi jwolfe,

Re: [Lldb-commits] [PATCH] Move elf-core ELFNote to ObjectFileELF and use it for build id parsing

2013-12-02 Thread Greg Clayton
Looks good. On Dec 2, 2013, at 6:03 AM, Ed Maste ema...@freebsd.org wrote: emaste added you to the CC list for the revision Move elf-core ELFNote to ObjectFileELF and use it for build id parsing. Hi mikesart, jwolfe, http://llvm-reviews.chandlerc.com/D1902 Files:

Re: [Lldb-commits] [PATCH] Move elf-core ELFNote to ObjectFileELF and use it for build id parsing

2013-12-02 Thread Ed Maste
http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20131202/010054.html http://llvm-reviews.chandlerc.com/D1902 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] Move elf-core ELFNote to ObjectFileELF and use it for build id parsing

2013-12-02 Thread Ed Maste
Committed as r196125. http://llvm-reviews.chandlerc.com/D1902 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r196125 - elf: Move elf note parsing to ObjectFileELF.cpp

2013-12-02 Thread Ed Maste
Author: emaste Date: Mon Dec 2 11:49:13 2013 New Revision: 196125 URL: http://llvm.org/viewvc/llvm-project?rev=196125view=rev Log: elf: Move elf note parsing to ObjectFileELF.cpp Separate ELF note implementations were introduced for core files and GNU build-id. Move the more general one from

[Lldb-commits] [lldb] r196141 - Fixed internal code to not link against and code from lldb/API/*.

2013-12-02 Thread Greg Clayton
Author: gclayton Date: Mon Dec 2 13:35:49 2013 New Revision: 196141 URL: http://llvm.org/viewvc/llvm-project?rev=196141view=rev Log: Fixed internal code to not link against and code from lldb/API/*. lldb_private::Debugger was #including some lldb/API header files which causes tools

[Lldb-commits] [lldb] r196146 - Ensure parsed debug arange data is sorted

2013-12-02 Thread Ed Maste
Author: emaste Date: Mon Dec 2 14:16:30 2013 New Revision: 196146 URL: http://llvm.org/viewvc/llvm-project?rev=196146view=rev Log: Ensure parsed debug arange data is sorted llvm.org/pr18114 Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp Modified:

Re: [Lldb-commits] [lldb] r196141 - Fixed internal code to not link against and code from lldb/API/*.

2013-12-02 Thread Ed Maste
On 2 December 2013 14:35, Greg Clayton gclay...@apple.com wrote: Author: gclayton Date: Mon Dec 2 13:35:49 2013 New Revision: 196141 URL: http://llvm.org/viewvc/llvm-project?rev=196141view=rev Log: Fixed internal code to not link against and code from lldb/API/*. ... -#include Python.h

[Lldb-commits] [lldb] r196167 - Fix build on FreeBSD after r196141

2013-12-02 Thread Ed Maste
Author: emaste Date: Mon Dec 2 16:54:15 2013 New Revision: 196167 URL: http://llvm.org/viewvc/llvm-project?rev=196167view=rev Log: Fix build on FreeBSD after r196141 This should probably be replaced with build infrastructure support for a platform-specific canonical Python include path, but for

Re: [Lldb-commits] [lldb] r196141 - Fixed internal code to not link against and code from lldb/API/*.

2013-12-02 Thread Jean-Daniel Dupas
Le 2 déc. 2013 à 22:19, Ed Maste ema...@freebsd.org a écrit : On 2 December 2013 14:35, Greg Clayton gclay...@apple.com wrote: Author: gclayton Date: Mon Dec 2 13:35:49 2013 New Revision: 196141 URL: http://llvm.org/viewvc/llvm-project?rev=196141view=rev Log: Fixed internal code to not

[Lldb-commits] [lldb] r196176 - A few more details on the DataVisualization class in our architectural doc. It is in dire need of expansion, but this is a start at least.

2013-12-02 Thread Enrico Granata
Author: enrico Date: Mon Dec 2 18:30:22 2013 New Revision: 196176 URL: http://llvm.org/viewvc/llvm-project?rev=196176view=rev Log: A few more details on the DataVisualization class in our architectural doc. It is in dire need of expansion, but this is a start at least. Modified:

[Lldb-commits] [lldb] r196197 - Remove the bad assumption that breakpoint locations won't get deleted in BreakpointLocationList::FindByID.

2013-12-02 Thread Jim Ingham
Author: jingham Date: Mon Dec 2 20:31:17 2013 New Revision: 196197 URL: http://llvm.org/viewvc/llvm-project?rev=196197view=rev Log: Remove the bad assumption that breakpoint locations won't get deleted in BreakpointLocationList::FindByID. rdar://problem/15566148 Modified:

[Lldb-commits] [lldb] r196201 - Build up UnwindPlan::PlanValidAtAddress to recognize some general

2013-12-02 Thread Jason Molenda
Author: jmolenda Date: Mon Dec 2 22:46:27 2013 New Revision: 196201 URL: http://llvm.org/viewvc/llvm-project?rev=196201view=rev Log: Build up UnwindPlan::PlanValidAtAddress to recognize some general indications that the UnwindPlan is invalid -- for instance, a complete lack of rows, or a row