[Lldb-commits] [lldb] r354424 - [Instrumentation] Make API logging unconditional
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 19 23:54:38 PST 2019
On 20/02/2019 02:49, Jonas Devlieghere via lldb-commits wrote:
> Author: jdevlieghere
> Date: Tue Feb 19 17:49:13 2019
> New Revision: 354424
>
> URL: http://llvm.org/viewvc/llvm-project?rev=354424&view=rev
> Log:
> [Instrumentation] Make API logging unconditional
>
> We should always log API calls in addition to logging whether the call
> was recorded as part of the reproducer. Since we already have the macro
> we might as well put that logic there.
>
Wohoo. I was planning to suggest that we should use this opportunity to
fold the the manual (and often outdated) log calls into these macros,
but then I forgot about it. :)
More information about the lldb-commits
mailing list