freebsd-dev/contrib/llvm/tools/lldb/source/Plugins/Platform
Ed Maste 39901227a5 lldb: Make i386-*-freebsd expression work on JIT path
* Enable i386 ABI creation for freebsd
* Added an extra argument in ABISysV_i386::PrepareTrivialCall for mmap
  syscall
* Unlike linux, the last argument of mmap is actually 64-bit(off_t).
  This requires us to push an additional word for the higher order bits.
* Prior to this change, ktrace dump will show mmap failures due to
  invalid argument coming from the 6th mmap argument.

Submitted by:	Karnajit Wangkhem
Differential Revision:	https://reviews.llvm.org/D34776
2017-08-09 19:09:23 +00:00
..
FreeBSD lldb: Make i386-*-freebsd expression work on JIT path 2017-08-09 19:09:23 +00:00
gdb-server Merge llvm, clang, lld, lldb, compiler-rt and libc++ r308421, and update 2017-07-19 19:41:41 +00:00
NetBSD lldb: Make i386-*-freebsd expression work on JIT path 2017-08-09 19:09:23 +00:00
OpenBSD lldb: Make i386-*-freebsd expression work on JIT path 2017-08-09 19:09:23 +00:00
POSIX Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and update 2017-07-13 21:58:45 +00:00