[Lldb-commits] [PATCH] D68737: SBFile::GetFile: convert SBFile back into python native files.

2019-10-26 Thread Lawrence D'Anna via Phabricator via lldb-commits
lawrence_danna added a comment. In D68737#1722181 , @mgorny wrote: > Well, I found another problem with these series, specifically starting at > this commit. Any use of `script` in LLDB ends up with: > > (lldb) script True > True > close failed in f

[Lldb-commits] [lldb] 5e30780 - Correct size_t format specifier

2019-10-26 Thread Benjamin Kramer via lldb-commits
Author: Shu-Chun Weng Date: 2019-10-26T10:38:06+02:00 New Revision: 5e307808557f4786c6438c9cfd67784073c5a3b7 URL: https://github.com/llvm/llvm-project/commit/5e307808557f4786c6438c9cfd67784073c5a3b7 DIFF: https://github.com/llvm/llvm-project/commit/5e307808557f4786c6438c9cfd67784073c5a3b7.diff

[Lldb-commits] [PATCH] D69455: Correct size_t format specifier

2019-10-26 Thread Benjamin Kramer via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5e307808557f: Correct size_t format specifier (authored by scw, committed by bkramer). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69455/new/ https://revi

[Lldb-commits] [PATCH] D68737: SBFile::GetFile: convert SBFile back into python native files.

2019-10-26 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Hmm, that's weird. It happened on the buildbot which is running some recent 8.x kernel, and on my testing machine with 9.x. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68737/new/ https://reviews.llvm.org/D68737 ___

[Lldb-commits] [PATCH] D69468: [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args

2019-10-26 Thread Lawrence D'Anna via Phabricator via lldb-commits
lawrence_danna created this revision. lawrence_danna added reviewers: labath, jingham, JDevlieghere. Herald added a project: LLDB. Move breakpoints from the old, bad ArgInfo::count to the new, better ArgInfo::max_positional_args. Soon ArgInfo::count will be no more. It looks like this functiona

[Lldb-commits] [PATCH] D69469: [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_args

2019-10-26 Thread Lawrence D'Anna via Phabricator via lldb-commits
lawrence_danna created this revision. lawrence_danna added reviewers: labath, jingham, JDevlieghere. Herald added a project: LLDB. Move breakpoints from the old, bad ArgInfo::count to the new, better ArgInfo::max_positional_args. Soon ArgInfo::count will be no more. This functionality is tested