[Lldb-commits] [PATCH] D55608: Make crashlog.py work or binaries with spaces in their names

2018-12-16 Thread Greg Clayton via Phabricator via lldb-commits
clayborg requested changes to this revision. clayborg added inline comments. This revision now requires changes to proceed. Comment at: examples/python/crashlog.py:99 image_regex_uuid = re.compile( -'(0x[0-9a-fA-F]+)[- ]+(0x[0-9a-fA-F]+) +[+]?([^ ]+)

[Lldb-commits] [lldb] r349316 - Add a description of the similar packets defined in the

2018-12-16 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Sun Dec 16 10:44:54 2018 New Revision: 349316 URL: http://llvm.org/viewvc/llvm-project?rev=349316=rev Log: Add a description of the similar packets defined in the gdb-remote serial protocol documentation, call out the incompatability of lldb's vFile:open: packet as it

[Lldb-commits] [lldb] r349313 - Clarify a few minor details.

2018-12-16 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Sun Dec 16 10:33:58 2018 New Revision: 349313 URL: http://llvm.org/viewvc/llvm-project?rev=349313=rev Log: Clarify a few minor details. Modified: lldb/trunk/docs/lldb-platform-packets.txt Modified: lldb/trunk/docs/lldb-platform-packets.txt URL: