Author: xiaobai
Date: Sat Jun 8 11:45:00 2019
New Revision: 362884
URL: http://llvm.org/viewvc/llvm-project?rev=362884&view=rev
Log:
[LanguageRuntime] Introduce LLVM-style casts
Summary:
Using llvm-style rtti gives us stronger guarantees around casting
LanguageRuntimes.
As discussed in D62755
This revision was automatically updated to reflect the committed changes.
Closed by commit rL362884: [LanguageRuntime] Introduce LLVM-style casts
(authored by xiaobai, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews
Author: xiaobai
Date: Sat Jun 8 12:07:05 2019
New Revision: 362885
URL: http://llvm.org/viewvc/llvm-project?rev=362885&view=rev
Log:
[Target] Remove unused header from Process
I forgot to remove this when I removed GetCPPLanguageRuntime from
Process
Modified:
lldb/trunk/source/Target/Proces
jblachly added a comment.
I sat down to write my own plugin today and found this.
@timotheecour , thanks for writing this -- can I help with anything to get this
across the finish line?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D44321/new/
https://reviews.llvm.org/D44321
___
xiaobai created this revision.
xiaobai added reviewers: compnerd, davide, JDevlieghere, jingham, aprantl,
labath.
Herald added a subscriber: arphaman.
In an effort to make Process more language agnostic, I removed
GetCPPLanguageRuntime from Process. I'm following up now with an equivalent
change
xiaobai updated this revision to Diff 203714.
xiaobai added a comment.
Small cleanups
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63052/new/
https://reviews.llvm.org/D63052
Files:
include/lldb/Target/ObjCLanguageRuntime.h
include/lldb/Target/Process.h
include/lldb/lldb-forward.
mgorny created this revision.
mgorny added reviewers: krytarowski, labath.
Ensure that errors are passed through correctly when performing
register read/write operations. Currently, any ptrace() errors are
silently discarded and LLDB behaves as if operation was successful.
// NB: This is a prere