Re: [Lldb-commits] [lldb] r364481 - Use the // integer divide operator in these

2019-06-26 Thread Davide Italiano via lldb-commits
Thank you Jason! On Wed, Jun 26, 2019 at 2:41 PM Jason Molenda via lldb-commits wrote: > > Author: jmolenda > Date: Wed Jun 26 14:41:07 2019 > New Revision: 364481 > > URL: http://llvm.org/viewvc/llvm-project?rev=364481&view=rev > Log: > Use the // integer divide operator in these > target defin

[Lldb-commits] [lldb] r364481 - Use the // integer divide operator in these

2019-06-26 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Jun 26 14:41:07 2019 New Revision: 364481 URL: http://llvm.org/viewvc/llvm-project?rev=364481&view=rev Log: Use the // integer divide operator in these target definition files, like Davide's change to x86_64_target_definition.py. Modified: lldb/trunk/examples/pytho