Marc Khouzam
ae9dddcd75
Updated pom.xml for o.e.cdt.debug.mi.core to match plugin version.
...
Change-Id: I5c735a632029555facb5e309dbb3cb0992a18690
2013-04-03 11:50:49 -04:00
Marc Khouzam
69697204ac
Update to version of o.e.cdt.debug.mi.core and added missing @since tag.
...
Change-Id: I973f4a611dd0fc465fd3e17d8730f59b88ac2ecd
2013-04-03 11:36:00 -04:00
elaskavaia
6ba8df52b2
PR 41476 Support for variable in shared libs paths for debugger
...
Debugger in launch config stores absolute lib paths which
totally not convinient for storing shared launch configs.
This will allow to store variable and resolve the just before
passing paths to debugger
Change-Id: I368407783606c5a5697067afc235dba5dc03ae52
2013-04-02 16:48:45 -04:00
Mikhail Khodjaiants
afda71bc56
Bug 363688 - CDT issues "auto-solib-add on" command to gdb with invalid
...
syntax
2012-10-03 11:09:05 -04:00
Sergey Prigogin
3be412111c
Bumped up feature versions for Kepler.
2012-06-28 11:08:11 -07:00
Mikhail Khodjaiants
9fe63ea09d
Bug 379043 - Safer to explicitly set 'target-async off' (CDI)
2012-05-09 15:17:19 -04:00
Mikhail Khodjaiants
9b66c60825
Bug 378417 - Values of "int32_t" variable and register types are shown
...
as 64bit.
2012-05-03 17:20:35 -04:00
Marc Khouzam
8a73a23e9d
Bug 369594: GDB 7.4 now reports solib events in MI, but no longer in CLI
2012-02-07 09:20:10 -05:00
Marc Khouzam
2bafef2e42
Code cleanup, mostly about missing @Override
2012-01-17 09:42:18 -05:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1
Switched to Java 1.6.
2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Doug Schaefer
e0e63818d1
fix version number on mi.core pom.
2011-09-13 12:06:03 -04:00
Daniel Thomas
6d7a8182a0
Bug 357073: MIDataDisassemble should support modes 2 and 3 added in GDB 7.3
2011-09-12 09:37:11 -04:00
Anton Leherbauer
006de47712
Fix compile error in RegisterManager and bundle versions
2011-07-29 09:47:45 +02:00
Chris Recoskie
87d2a15da8
Bug 353326 - compile error due to unused import in RegisterManager
2011-07-28 12:16:23 -04:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc Khouzam
04e7974825
Bug 345164: Revert changes to Spawner and instead explicitly close streams in DSF-GDB and CDI
2011-05-10 17:38:42 +00:00
Marc-Andre Laperle
1be6fe3bd0
Bug 308516 - The gdb directory argument (--cd) is always the project path. Get attribute from launch configuration instead.
2011-03-08 03:15:55 +00:00
Marc Khouzam
878d101d18
Bug 335648: Differentiate between hw breakpoint and watchpoint
2011-02-15 14:34:30 +00:00
Marc Khouzam
a10ab1852d
Bug 335648: Differentiate between hw breakpoint and watchpoint
2011-02-02 02:33:42 +00:00
Anton Leherbauer
4f83e760c3
Bug 323630 - Expanding registers in the register view triggers an infinite recursion loop in Eclipse/CDI
2010-09-08 07:04:58 +00:00
Alena Laskavaia
1aeb6dc884
Bug 80700: modern gdb does need argument be quoted for environment-cd, let super class take care of it
2010-07-23 14:50:06 +00:00
Alena Laskavaia
664e416fa2
Bug 320629 - MI command -gdb-set does not properly escape argument
2010-07-23 14:48:49 +00:00
Andrew Gvozdev
0d1338e502
bug 319748: Missing/unnecessary $NON-NLS$ tags
...
patch from Petri Tuononen
2010-07-15 14:35:58 +00:00
James Blackburn
a212d0d42f
Bug 314637 Register manager shouldn't log exception during debug session tear-down
2010-06-24 13:50:47 +00:00
Sergey Prigogin
03b05684c9
Fixed a typo.
2010-06-20 04:30:35 +00:00
Sergey Prigogin
a36bc1eeab
Added missing NON-NLS tag.
2010-06-20 04:28:39 +00:00
Vivian Kong
544317d804
Bug 315439 Fix up copyright
2010-06-03 14:22:11 +00:00
John Cortell
55b4c0857a
Bug 312848: Remove CDI-GDB pref to enable distinct code and data spaces. Also fixed warnings
2010-05-14 15:37:38 +00:00
John Cortell
b3ddbdf187
Bug 312848: Remove CDI-GDB pref to enable distinct code and data spaces
2010-05-13 23:16:44 +00:00
John Cortell
d5c6bb4f11
Updated comment to reflect the current status given a fix earlier today.
2010-04-30 21:01:49 +00:00
John Cortell
1dd75f85e0
Remove check that became unnecessary when I moved the logic back into this class.
2010-04-30 20:55:54 +00:00
John Cortell
36de03adca
Adjustment to last commit. No need to make isAttached and isRemote mutually exclusive. CDI-GDB doesn't currently support attaching via gdbserver, but it's certainly possible (DSF-GDB supports it).
2010-04-28 18:52:10 +00:00
John Cortell
a67d730090
Bug 304096: Interrupting a Windows target does not always work, revisited. CDI adjustments.
2010-04-28 16:26:25 +00:00
John Cortell
9e8cd5b29b
Bug 304096: restore interrupt behavior for remote debugging case.
2010-04-26 22:58:22 +00:00
John Cortell
4aee96ae0b
Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT'
2010-04-26 20:18:09 +00:00
Vivian Kong
10f32a5843
update copyright
2010-04-19 15:45:46 +00:00
John Cortell
697b118ca5
Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176636#c22
2010-04-14 23:11:01 +00:00
John Cortell
f9a4febf5f
[309023] Remove obsolete and redundant CDI debuggers
2010-04-13 16:42:11 +00:00
John Cortell
a597e27edd
[176636] CDT debugger shows the wrong source file if filenames are the same
2010-04-12 15:33:40 +00:00
Alena Laskavaia
92b10b9ca5
[304010] - exploring values of base class fields
2010-04-08 21:07:13 +00:00
John Cortell
119d848c62
[305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension)
2010-04-08 20:02:35 +00:00
Alena Laskavaia
5e2d6690ac
- added since tag
2010-04-08 19:40:49 +00:00
Alena Laskavaia
e7933895ff
[221844] - support cases with multiple breakpoints (gdb does not return breakpoint with file/line so cdt sets it from requested info)
2010-04-08 19:31:39 +00:00
John Cortell
d42788838e
[303569] Realized there's no need for a catchpoint-hit object in order to support gdb < 7.0. We can use a breakpoint-hit one just with gdb >= 7.0
2010-03-18 18:09:10 +00:00
John Cortell
a7719f85de
Cleanup and optimization of logic that records the console, target and log stream output.
2010-03-16 16:27:33 +00:00
John Cortell
900aeefc47
[303569] Additional fix for gdb >= 7.0
2010-03-13 05:56:34 +00:00
John Cortell
e75632e46b
Corrected comment
2010-03-13 04:32:45 +00:00