1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Simon Marchi cb16665cc7 Bug 293832 - [dsf-gdb] Ask gdb for variable value, even if it is a complex type
Currently, CDT does not ask GDB for the value of the variables it
believes to be of complex types, such as structures. However, as
described in the bug, it assumes that a typedefed pointer is a complex
structure. Because of that, it displays a value of "{...}" for it
instead of the pointer value.

By asking GDB for the value of the variable even if it's of a complex
type, CDT will always display the right thing for the value. This will
cause a few more -var-evaluate-expression calls, but their number is
still limited to what is visible in the variables view. So the impact
should be negligible.

Screenshot of before/after:
	http://i.imgur.com/Sx5ZPfO.png

It is still impossible to edit the value, but this would be addressed in
another patch.

Change-Id: I92e6ead6351677e098a56d4af5bdb85fc61df080
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-05-04 16:03:18 -04:00
build Bug 463644 - Remove unused message in org.eclipse.cdt.managedbuilder 2015-04-06 09:20:46 -03:00
codan Bug 461538 - "noreturn" attribute in destructor is not accounted for 2015-04-06 17:35:03 -04:00
core Revert "Bug 438549 Add mechanism for parameter guessing." 2015-04-26 01:17:08 -04:00
cross Fix two modules having the same artifactId and groupId 2015-04-24 12:42:46 -04:00
debug Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb to 2015-04-22 11:00:36 -04:00
doc Bug 460370 - Remove reference to CDT project name in Welcome screen 2015-02-19 13:46:31 -05:00
dsf Fixed copy-paste-bug causing the wrong variable to be checked in a 2015-05-01 20:42:11 -04:00
dsf-gdb Bug 293832 - [dsf-gdb] Ask gdb for variable value, even if it is a complex type 2015-05-04 16:03:18 -04:00
jtag Bug 464636 - Re-create dsf.gdb CMainTab for backwards compatibility 2015-04-22 11:02:40 -04:00
launch/org.eclipse.cdt.launch Bug 464222 - Trying to create a new remote launch gives a NPE 2015-05-02 09:16:21 -04:00
llvm Fix CLang Toolchain enablement 2015-04-13 13:01:14 -04:00
lrparser Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
memory Fix version format for memory.floatingpoint 2015-04-16 10:33:08 -04:00
native/org.eclipse.cdt.native.serial Windows and Linux serial port support. Also played with I/O streams. 2015-04-08 13:29:05 -04:00
p2 Bug 461438 - Start of unpack native touchpoint action. 2015-03-12 13:53:55 -04:00
qt fixed schema validation error on Mars 2015-03-16 20:10:53 -04:00
releng Bug 459971 - Add serial port plug-in to CDT platform feature. 2015-04-09 10:56:55 -04:00
remote Bug 459972 - Update CDT to use o.e.remote 2.0. 2015-02-17 14:48:08 -05:00
testsrunner Bug 464636 - Modernize TestsRunner Run launch 2015-05-01 11:37:00 -04:00
upc Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
util Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
visualizer Bug 458671 - [visualizer] add an example of using an image on graphic 2015-03-02 13:07:48 -05:00
windows Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
xlc Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Upgrade eclipse-jarsigner-plugin to 1.1.2-SNAPSHOT to fix build failures 2015-04-28 11:05:14 -04:00