aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorWalfred Tedeschi <walfred.tedeschi@intel.com>2015-06-10 10:52:12 +0200
committerWalfred Tedeschi <walfred.tedeschi@intel.com>2015-06-10 10:52:12 +0200
commit7d73c23c4d8cf727528ac5a34a787e44a30d98cc (patch)
tree7ccb3bc39010bddacfb4c82502ea31863b66f01a /gdb
parent29c1c24429a099eca297080dba56a8c090e3136a (diff)
downloadgdb-7d73c23c4d8cf727528ac5a34a787e44a30d98cc.zip
gdb-7d73c23c4d8cf727528ac5a34a787e44a30d98cc.tar.gz
gdb-7d73c23c4d8cf727528ac5a34a787e44a30d98cc.tar.bz2
Missing Changelogs for last commits
Signed-off-by: Walfred Tedeschi <walfred.tedeschi@intel.com>
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog21
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/testsuite/ChangeLog27
3 files changed, 54 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bea9930..c824955 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,24 @@
+2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
+ Mircea Gherzan <mircea.gherzan@intel.com>
+
+ * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
+ MPX_BT_MASK_32): New macros.
+ (i386_mpx_set_bounds): New function that implements
+ the command "set-mpx-bound".
+ (i386_mpx_enabled): Helper function to test MPX availability.
+ (i386_mpx_bd_base): Helper function to calculate the base directory
+ address.
+ (i386_mpx_get_bt_entry): Helper function to access a bound
+ table entry.
+ (i386_mpx_print_bounds): Effectively display bound information.
+ (_initialize_i386_tdep): Add new commands to commands "set mpx" and
+ "show mpx".
+ (_initialize_i386_tdep):
+ Add "bound" to the commands "show mpx" and "set mpx" commands.
+ (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
+ and "show mpx" commands.
+ * NEWS: List new commands for MPX support.
+
2015-06-09 Gary Benson <gbenson@redhat.com>
* common/fileio.h (fileio_to_host_mode): New declaration.
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 171d30e..4b2d75a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
+ Mircea Gherzan <mircea.gherzan@intel.com>
+
+ * gdb.texinfo (i386): Add documentation about "show mpx bound"
+ and "set mpx bound".
+
2015-05-27 Doug Evans <dje@google.com>
* gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 246d6a8..4dbbd92 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,30 @@
+2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
+ Mircea Gherzan <mircea.gherzan@intel.com>
+
+ * gdb.arch/i386-mpx-map.c: New file.
+ * gdb.arch/i386-mpx-map.exp: New File.
+
+2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
+
+ * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
+ * gdb.arch/i386-mpx.exp: Indentation fixed.
+
+2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
+
+ * gdb.arch/i386-mpx.c: Added final return to the have_mpx
+ function and improved indentation.
+ * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
+ gdb_test_multiple. Added additional tests to skip the test.
+
+2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
+
+ * gdb.arch/i386-avx512.c: Change path in include file.
+ * gdb.arch/i386-avx512.exp: Change include dir path
+ compilation flag.
+ * gdb.arch/i386-mpx.c: Change path in include file.
+ * gdb.arch/i386-mpx.exp: Change include dir path compilation
+ flag.
+
2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.compile/compile-print.exp (compile print *vararray@3)