Go to file
Bruce Mitchener 2873469ec0 Fix LLDB-MI -data-read-memory-bytes command to comply with GDB/MI spec
Summary:
- The address argument can now be an expression (e.g. &array), it's no longer restricted to being just a number literal.
- The -o (offset) option is now properly handled, not just silently ignored.
- The --thread option is now properly handled.
- A new --frame option has been added for consistency with GDB.
- Added a new test to verify old and new functionality.

Patch by Vadim Macagon. Thanks!

Test Plan: ./dotest.py -A x86_64 -C clang --executable $BUILDDIR/bin/lldb tools/lldb-mi/data

Reviewers: domipheus, abidh, ki.stfu

Reviewed By: abidh, ki.stfu

Subscribers: brucem, lldb-commits

Differential Revision: http://reviews.llvm.org/D9470

llvm-svn: 236694
2015-05-07 05:32:13 +00:00
clang [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dynamic/guided scheduling. 2015-05-07 04:25:17 +00:00
clang-tools-extra Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once. 2015-05-06 18:43:01 +00:00
compiler-rt Add dfsan_weak_hook_memcmp 2015-05-07 00:04:39 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc r600: Use __clc_ldexp on asics that don't implement the intruction 2015-05-06 21:59:30 +00:00
libcxx Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change. 2015-05-06 12:11:22 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind Fix libunwind to build on FreeBSD 2015-05-06 10:32:28 +00:00
lld [Mips] Add more checkings to the test 2015-05-02 21:03:00 +00:00
lldb Fix LLDB-MI -data-read-memory-bytes command to comply with GDB/MI spec 2015-05-07 05:32:13 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [SanitizerCoverage] Introduce SanitizerCoverageOptions struct. 2015-05-07 01:00:31 +00:00
openmp D7631: added regression tests for hinted locks - to be integrated into testsuite. 2015-05-06 19:40:54 +00:00
polly [cmake] Remove two unused include paths 2015-05-06 12:28:23 +00:00