Re: [Lldb-commits] [lldb] r328990 - Added a BSD archive tool.

2018-04-03 Thread Davide Italiano via lldb-commits
On Tue, Apr 3, 2018 at 7:24 AM, Greg Clayton wrote: > > >> On Apr 2, 2018, at 10:27 AM, Davide Italiano wrote: >> >> Now with the correct e-mail. >> How is this different from llvm-objdump or llvm-readobj? > > It was originally created for parsing .a files and getting the mod date as a > hex num

Re: [Lldb-commits] [lldb] r328990 - Added a BSD archive tool.

2018-04-03 Thread Greg Clayton via lldb-commits
> On Apr 2, 2018, at 10:27 AM, Davide Italiano wrote: > > Now with the correct e-mail. > How is this different from llvm-objdump or llvm-readobj? It was originally created for parsing .a files and getting the mod date as a hex number from the BSD object info. I needed a tool that could verify

Re: [Lldb-commits] [lldb] r328990 - Added a BSD archive tool.

2018-04-02 Thread Davide Italiano via lldb-commits
Now with the correct e-mail. How is this different from llvm-objdump or llvm-readobj? (also you might want to update your commit e-mail as reply-to seems to still be set to your @apple address and bounces back). Thanks, -- Davide On Mon, Apr 2, 2018 at 10:25 AM, Davide Italiano wrote: > On Mon,

Re: [Lldb-commits] [lldb] r328990 - Added a BSD archive tool.

2018-04-02 Thread Davide Italiano via lldb-commits
On Mon, Apr 2, 2018 at 10:20 AM, Greg Clayton via lldb-commits wrote: > Author: gclayton > Date: Mon Apr 2 10:20:21 2018 > New Revision: 328990 > > URL: http://llvm.org/viewvc/llvm-project?rev=328990&view=rev > Log: > Added a BSD archive tool. > > This is a combination stand alone BSD archive too