Author: nitesh.jain
Date: Wed Jul 26 22:34:33 2017
New Revision: 309250
URL: http://llvm.org/viewvc/llvm-project?rev=309250&view=rev
Log:
[LLDB][MIPS] Fix emulation of Instruction for MIPS64R6 target.
Subscribers: jaydeep, bhushan, lldb-commits, slthakur
Modified:
lldb/trunk/source/Plugins/I
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
This is a useful addition. I don't have a problem with it going in as is.
It is unfortunate that we don't have an LLDB_INVALID_{USER,GROUP}_ID we could
use to tell us whether the ID was inv
Author: jingham
Date: Wed Jul 26 17:18:18 2017
New Revision: 309238
URL: http://llvm.org/viewvc/llvm-project?rev=309238&view=rev
Log:
Fix the formatting for help on option value types.
Patch by Jessica Han
https://reviews.llvm.org/D35525
Modified:
lldb/trunk/packages/Python/lldbsuite/test/
enlight updated this revision to Diff 108276.
enlight added a comment.
- Renamed `SBDebugger::GetAvailablePlatformAtIndex()` to
`GetAvailablePlatformInfoAtIndex()`.
- Changed `PlatformPythonTestCase.test_platform_list` to select one of the
available platforms instead of hardcoding the `remote-li
nitesh.jain added a comment.
In https://reviews.llvm.org/D35784#820237, @clayborg wrote:
> Looking at an ELF file with DWARF, I see:
>
> (lldb) image dump sections
> Dumping sections for 1 modules.
> Sections for
> '/Volumes/android/aosp/out/target/product/generic/symbols/system/lib/libar
abhishek.aggarwal added a comment.
In https://reviews.llvm.org/D33035#816337, @clayborg wrote:
> I am not sure how sensitive typemaps are to the names of the arguments? Maybe
> we can just have you use different names and then the two typemaps won't
> collide? You can also write some manual cod
tberghammer added a comment.
I tried to compile the code snippet you mentioned but it doesn't put anything
into the debug_types section. If I move the enum definition outside of the
class then it produces debug_type section but LLDB fails back gracefully
without any crash or error message. I al
enlight created this revision.
Herald added a subscriber: mgorny.
Implement `SBProcessInfo` to wrap `lldb_private::ProcessInstanceInfo`, and add
`SBProcess::GetProcessInfo()` to retrieve info like parent ID, group ID, user
ID etc. from a live process.
Repository:
rL LLVM
https://reviews.llv