1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Find a file
Alena Laskavaia d41b69136d Bug 458091 - Debug frames - cache
- Implemented cache for stack trace (replaces original stack depth
cache with a cache of frames and depth)
 - This is mostly done to mitigate bugs in gdb but it will also help
speed up the debugger since the mi cache doesn't cache commands with
different limits and does not know that if we requested frames already
we don't need to ask about stack depth anymore
 - In case of unrecoverable errors I will also return some constant
depth like 5, later the front end will ask to fill it up and in many
cases gdb will be happy to do that, even if it failed to report the
proper depth in the first place. We originally just returned 1 but it is
really not enough for most of the cases. This will result in potential
white gaps at the end of trace, but it is better then showing just the
first frame when we have errors

Change-Id: I24b42fd7ffea082e8064a9c5348fd95c5f7777be
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-02-02 10:22:56 -05:00
build Add build flag (-DskipDoc) to be able to skip building documentation 2015-01-29 22:07:31 -05:00
codan Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
core Cosmetics. 2015-01-26 22:04:18 -08:00
cross Bug 458650 - NPE when creating a "C/C++ Remote Application" launch 2015-01-29 09:50:51 +02:00
debug Add build flag (-DskipDoc) to be able to skip building documentation 2015-01-29 22:07:31 -05:00
doc Add build flag (-DskipDoc) to be able to skip building documentation 2015-01-29 22:07:31 -05:00
dsf Enhanced Expressions: menu for add locals and registers in dsf 2015-01-23 20:14:12 -05:00
dsf-gdb Bug 458091 - Debug frames - cache 2015-02-02 10:22:56 -05:00
jtag Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
launch/org.eclipse.cdt.launch Bug 458650 - NPE when creating a "C/C++ Remote Application" launch 2015-01-29 09:50:51 +02:00
llvm Cosmetics. 2015-01-06 21:02:42 -08:00
lrparser Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
memory Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
p2 Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
qt Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
releng Specify program and VM args for target in Oomph setup 2015-01-26 14:23:28 -05:00
remote Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
testsrunner Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
upc Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
util Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
visualizer Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
windows Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
xlc Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Initial Standalone debugger SWTBot test 2015-01-22 15:00:53 -05:00