GDB: No longer synchronize on a string.
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 16 Sep 2015 20:49:37 +0000 (16:49 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 18 Sep 2015 00:40:37 +0000 (20:40 -0400)
commit396a504f6dd28cac64436e37c0aa8888591e10f0
treeeca59fe5af6e10239817e940ded804da73db09df
parent2f693965b8d4699cc768d7af2ca7f63d366023af
GDB: No longer synchronize on a string.

This is dangerous for two reasons:
1- if the string value changes, the object changes too, so we can
corrupt data.
2- if the string is internalized, it can cause unwanted delays with
other objects synchronizing coincidentally on the same string.

Change-Id: Ibfeb3702ef82424b2fca86956f8227b52ae8b945
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/56133
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java
This page took 0.024735 seconds and 5 git commands to generate.