1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-07 17:15:25 +02:00
Commit graph

835 commits

Author SHA1 Message Date
Marc Khouzam
42e77063f6 Bug 380344 - RunToLine or MoveToLine doesn't use sourcelookup to set its
temporary breakpoint

Change-Id: Ibde43ce9c3c8edba581db0a7caac204657e8c7b0
Reviewed-on: https://git.eclipse.org/r/9433
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-07 14:29:41 -05:00
Marc Khouzam
b2e98b2e29 Bug 397039 - Avoid extra empty white spaces.
Change-Id: I78cb50f57ee48bbf3ad07000a602c0cc17ea5f2e
Reviewed-on: https://git.eclipse.org/r/9370
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-23 07:53:36 -05:00
ajin
b1311abea7 Bug 397039
For some gdb implementations the "osId" cannot be retrieved because
the "TreadIDs" output does not follow the Linux gdb format. Catch the
"null" return and not output it as a string.

Change-Id: I8d4b711d935c5d81d1e8ff3adb0de5e3fe220061
Reviewed-on: https://git.eclipse.org/r/9334
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 14:11:41 -05:00
Marc Khouzam
a2570cdd21 Bug 396386 - Cannot attach to process when prompted for a pid
Change-Id: I7e74047f6b76013eb24edd3ec6fa569f104f352e
Reviewed-on: https://git.eclipse.org/r/9353
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 10:23:31 -05:00
Marc Khouzam
7d0f0c8ecf Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after a
restart
2012-11-27 06:44:54 -05:00
Dmitry Kozlov
262d3cdd81 Bug 391115 - Disassembly view presents "\t" in instruction strings 2012-10-18 12:07:28 -04:00
Mikhail Khodjaiants
d6cf0f1418 Bug 386156 - IllegalArgumentException in ThreadVMNode 2012-10-03 11:39:28 -04:00
Marc Khouzam
dfd77d4cb3 Bug 389097: [breakpoints] Disabled state of Catchpoints at creation is
ignored 

Change-Id: I1c30fb7937ed4e35f22e18f7665c1daf5145ba37
Reviewed-on: https://git.eclipse.org/r/7699
Reviewed-by: John Cortell <john.cortell@freescale.com>
IP-Clean: John Cortell <john.cortell@freescale.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-26 09:36:22 -04:00
John Dallaway
00ca041f6b Bug 387688: Memory cache update fix 2012-09-24 10:21:15 -04:00
Marc Khouzam
763aebdd14 Bug 388793: Breakpoint actions do not work with non-stop mode
Change-Id: I18180149199819106909d5f3db51dd7270bf9937
2012-09-06 21:03:52 -04:00
Pawel Piech
00074919a9 Bug 388338 - [breakpoints] event breakpoints broken for DSF 2012-08-29 14:38:10 -07:00
Marc Khouzam
717585ce45 Bug 386878 - Non-externalized String - Multicore Visualizer 2012-08-28 13:43:12 -04:00
Sergey Prigogin
81ab8a71d8 Bumped up version to 8.1.1 2012-08-14 17:55:45 -07:00
Vivian Kong
39c4e6a8e2 Bug 386878 - Non-externalized String - Multicore Visualizer 2012-08-13 14:43:19 -04:00
Vivian Kong
51e254230a Bug 386424 - non-externalized strings - GDB Debugger preference page 2012-08-03 16:21:50 -04:00
Marc Khouzam
43fc027a9c Bug 365601: GUI can become unresponsive when starting a debug launch.
Solution for the maintenance branch only.

Change-Id: Ice9f9e0b4700bd40b7af133def9d8396b8e20011
2012-07-20 08:49:56 -04:00
Mikhail Khodjaiants
4b834ede87 Bug 383344 - Stored memory monitors don't show data in subsequent
sessions

Change-Id: I2621c97c57d2f2e1393144e8bcc551adbdad031e
2012-07-03 12:00:21 -04:00
Mikhail Khodjaiants
a2f501987d Bug 382496 - Eclipse hangs on 'Terminate and Remove' in the CDT debugger 2012-06-14 11:14:28 -04:00
Sergey Prigogin
2e0ffe0ae5 Bug 381804. Fix proposed by Marc Khouzam. 2012-06-08 11:04:56 -07:00
Mikhail Khodjaiants
876ea78cbf Bug 381868 - CDT debugger 'Display As Array...' does not show elements
of large array

Change-Id: I64e6a9c2f4966555fbe10dd6c0512a26bcf4171a
Reviewed-on: https://git.eclipse.org/r/6295
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-06-08 10:12:31 -04:00
Sergey Prigogin
b962461770 Bug 381804 - Debugging not working with some command line arguments 2012-06-05 20:43:16 -07:00
Marc Khouzam
4f7a8faf45 Bug 378834: Remote suite was not trigerring remote anymore
Change-Id: I24a4e2c4572b59c90b65370a1f1207502ccafe41
Reviewed-on: https://git.eclipse.org/r/6264
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-06-05 16:11:18 -04:00
Marc Khouzam
fe5f6d43f2 Bug 380315: [visualizer] Enablement of runControl operation in the
multicore visualizer toolbar are always enabled

Change-Id: Ib3e5b2ae931d0e972f6e1a239eb240244f05099c
Reviewed-on: https://git.eclipse.org/r/6135
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-29 14:33:35 -04:00
Marc Khouzam
a686aafa3c Bug 378834: Add Debug JUnit tests to Hudson at eclipse.org
Change-Id: Ifce9db09c43de933bee93af4a6e817d6cca7d1de
Reviewed-on: https://git.eclipse.org/r/6018
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-22 12:42:58 -04:00
Marc Khouzam
bee707ec10 Bug 379841: [tests] Add a timeout for each JUnit test
Change-Id: Icb33e03f91404650457a103246d3276e157c64d4
Reviewed-on: https://git.eclipse.org/r/6017
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-17 17:41:23 -04:00
Marc Khouzam
6d3706eaf2 Bug 379724: [tests] RTTI test crashes GDB 6.7
Change-Id: I8ac36087ff874dfd294e1187efc2ba01a8cf5b41
Reviewed-on: https://git.eclipse.org/r/6016
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-17 17:41:00 -04:00
Marc Khouzam
8bb266decf Bug 379568: Refactoring of DSF-GDB JUnit tests to use inheritance.
Change-Id: I81af3d27f802ab690f79b43bb9e2a3230696418a
Reviewed-on: https://git.eclipse.org/r/5999
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-17 17:40:31 -04:00
Marc Khouzam
39c85abc38 Bug 379225: Address FindBugs issues for DSF-GDB
Change-Id: I56b03d7eeae586d66788bd29bc54416c78479add
Reviewed-on: https://git.eclipse.org/r/5947
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-11 11:07:53 -04:00
Marc Khouzam
ece0987caf Missing @since tags 2012-05-11 10:23:08 -04:00
Marc Khouzam
83f58de250 Bug 378418: Process name should be shown in Debug view according to the "Show Full Path" option
Change-Id: I75d90f243cf99cb7780462c3b003c6942abe6683
Reviewed-on: https://git.eclipse.org/r/5944
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-11 10:19:05 -04:00
Marc Khouzam
8970c47b9b Bug 317173: Remove unnecessary @SuppressWarnings and fix the warning properly instead.
Change-Id: I95965032351af4e709fe2debe476c3059d408ff9
Reviewed-on: https://git.eclipse.org/r/5945
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-11 10:16:06 -04:00
Jason
1193dcc379 Bug 379167
I have changed the launchDebugSession method in GdbLaunchDelegate to
protected so that it can be overridden by extending classes.

Change-Id: I160fcb14fe6ac9a31579c2d2db0a756639b92890
Reviewed-on: https://git.eclipse.org/r/5931
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-11 06:32:29 -04:00
Marc Khouzam
753f19fa71 Bug 377447: Use the DSF Executor instead of a separate job.
Change-Id: I24ae70fe6f349bb1857fbcfe00d8171813e24911
Reviewed-on: https://git.eclipse.org/r/5883
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-08 16:15:16 -04:00
Marc Khouzam
cfff2b91fb Bug 376901: JUnit tests for RTTI feature
Change-Id: Id72d0d170b8f78201a36d1f95da5ca7a3d07cfa5
Reviewed-on: https://git.eclipse.org/r/5868
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-07 16:11:51 -04:00
Marc Khouzam
caf06d61a3 Bug 378547: [junit] Add JUnit tests for GDB 7.5
Change-Id: I280965bbb7742272bad7c9fbe670f1a60fc0455c
Reviewed-on: https://git.eclipse.org/r/5867
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-07 15:49:41 -04:00
xgsa
a5fd3894d1 Bug 376901 - DSF-GDB should properly handle variable type change (based
on RTTI)

Change-Id: I9869900530792ec102f39950c0dbf23d0c4ca160
Reviewed-on: https://git.eclipse.org/r/5602
Reviewed-by: Jens Elmenthaler <jens.elmenthaler@me.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-04 15:45:33 -04:00
Marc Khouzam
5d74bf2eaf Bug 375585: Add an option to not show running threads
Change-Id: If4525512ae1464455a49b13f3f0b822f93f72eb6
Reviewed-on: https://git.eclipse.org/r/5782
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-05-04 13:27:12 -04:00
Mikhail Khodjaiants
ce09756dad Bug 377447 - 'DsfTerminateCommand' doesn't wait for the session shutdown
to complete
Added a comment.
2012-05-02 12:25:42 -04:00
xgsa
a2174db422 Bug 377536 - Add a global preference to use RTTI for variable types
determination (the gdb "set print object" option)

Change-Id: I834bb746da33db3b73aef6023f4e4d2517eb9bd5
Reviewed-on: https://git.eclipse.org/r/5655
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-02 05:58:38 -04:00
Marc Khouzam
8305c1daa0 Bug 378152: GDB 7.x MI thread details field ignored for GDB >= 7.1
Change-Id: I2e45f72812851fbbd38db717f07ba030ec2b2935
Reviewed-on: https://git.eclipse.org/r/5772
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-01 09:23:42 -04:00
Mikhail Khodjaiants
aa5ca7e2cb Bug 377447 - 'DsfTerminateCommand' doesn't wait for the session shutdown
to complete
Change-Id: I0e3b8e59594971644bb7a3ce5b07ad9ab535aef4
Reviewed-on: https://git.eclipse.org/r/5751
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-30 17:56:32 -04:00
Marc Khouzam
bde03774f2 Bug 330974: Need to set the version of GDB for the new tests. 2012-04-25 13:18:30 -04:00
Marc Khouzam
efe3dd4be6 Bug 330974: If the user selects multiple nodes in the debug view most debug commands are disabled
Change-Id: I51d15347fd28ee550e9bd2b75c61e904e75b4c8b
Reviewed-on: https://git.eclipse.org/r/5650
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-25 09:57:37 -04:00
Marc Khouzam
3964dbeab6 Bug 373707: [tracepoints] Make use of the new 'collect /s' command
Change-Id: I60689b73dd1f081fa3e3b53807e52800c9c03006
Reviewed-on: https://git.eclipse.org/r/5576
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-20 16:13:52 -04:00
Marc Khouzam
6abf9e1a42 Bug 317173: Cleanup warnings for DSF-GDB. 2012-04-20 15:38:21 -04:00
Marc Khouzam
2bd6fe0928 Bug 352748: [disassembly][non-stop] Cannot show disassembly when last thread is running
Change-Id: I50af41d2ea199f79d964451204e9016cbffc3e37
Reviewed-on: https://git.eclipse.org/r/5624
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-19 10:19:27 -04:00
Marc Khouzam
0e6e83e1cb Bug 330974: Clean up non-stop runControl services.
Change-Id: I6e1eff14072080ba2689b1af12ec4a1f45877241
2012-04-17 15:48:54 -04:00
Mikhail Khodjaiants
74138d21f5 Bug 361934 - Provide timeout for gdb commands
Change-Id: Id51a138411e49f7157858379f8aa09a59a8e4f78
Reviewed-on: https://git.eclipse.org/r/5523
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-04-17 10:20:23 -04:00
Marc Khouzam
468b44d75d Bug 376397: [services] Update version string for GDB 7.4 2012-04-10 09:34:12 -04:00
Sergey Prigogin
1a4b2a06b5 Cosmetics. 2012-04-04 17:33:36 -07:00