Re: [Lldb-commits] [PATCH] D11574: Add size field to library load event

2015-08-05 Thread Paul Maybee
paulmaybee added a comment. ping Comment at: test/tools/lldb-mi/TestMiLibraryLoaded.py:31 @@ -30,3 +30,3 @@ "=library-loaded,id=\"%s\",target-name=\"%s\",host-name=\"%s\",symbols-loaded=\"1\",symbols-path=\"%s\",loaded_addr=\"-\"" % (path, path, path, symbols_

Re: [Lldb-commits] [PATCH] D11574: Add size field to library load event

2015-08-07 Thread Paul Maybee via lldb-commits
paulmaybee added a comment. I'm not sure what the misunderstanding is, so I'll rephrase our desire. The VS debugger decorates code addresses with the name of the shared library from which the code originated (example above). We wish to use the load address and size of the shared library text f

Re: [Lldb-commits] [PATCH] D11574: Add size field to library load event

2015-08-10 Thread Paul Maybee via lldb-commits
paulmaybee added a comment. Can you please check in in for me. Thanks. http://reviews.llvm.org/D11574 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits