This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Add tesecases for examine/display/list


These patches add testcases to test examine/display/list under different conditions:
	*examine address in different data types
	*display data in different types, enable/disable display
	*list with more options

Fei Jie (3):
  Add testcases for examine function
  Add testcases for display function
  Add testcases for list function

 gdb/testsuite/gdb.base/display.c       |  5 ++++
 gdb/testsuite/gdb.base/list.exp        | 48 ++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.base/testdisplay.exp | 35 +++++++++++++++++++++++++
 gdb/testsuite/gdb.base/testexamine.exp | 42 +++++++++++++++++++++++++++++
 4 files changed, 130 insertions(+)
 create mode 100644 gdb/testsuite/gdb.base/testdisplay.exp
 create mode 100644 gdb/testsuite/gdb.base/testexamine.exp

-- 
1.8.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]