Alain Magloire
|
defbca8c8f
|
Remove uneeded import.
|
2002-09-24 19:29:51 +00:00 |
|
Alain Magloire
|
d6f41fe8a8
|
Change the signature on SetAutoSolib to take a boolean.
|
2002-09-24 19:20:50 +00:00 |
|
Alain Magloire
|
cba9b18bf5
|
Implement solib-search-path.
|
2002-09-24 19:08:42 +00:00 |
|
Alain Magloire
|
3c63ff5d56
|
Remove addLibraryPath and getLibraryPaths() method
it was consider to be to gdb specific.
|
2002-09-24 19:07:37 +00:00 |
|
Mikhail Khodjaiants
|
e9d6f16904
|
Implementation of source locator.
|
2002-09-24 18:20:49 +00:00 |
|
David Inglis
|
dcf4f87706
|
check for threads should check length not for null
|
2002-09-24 11:56:30 +00:00 |
|
Alain Magloire
|
97fb504d21
|
Implemented get and adding to the gdb search source paths.
|
2002-09-24 03:38:52 +00:00 |
|
Mikhail Khodjaiants
|
2e5306c7b2
|
Implementation of source locator.
|
2002-09-23 22:44:54 +00:00 |
|
Mikhail Khodjaiants
|
941618eaca
|
Check if target is suspended when switch to thread.
|
2002-09-23 20:57:03 +00:00 |
|
Mikhail Khodjaiants
|
0c9fd43286
|
Implementation of source locator.
|
2002-09-23 20:46:53 +00:00 |
|
Alain Magloire
|
ebb45efa08
|
Add getUniqIdentifier.
|
2002-09-23 19:25:08 +00:00 |
|
Alain Magloire
|
cec7386710
|
Add Librarry paths.
|
2002-09-23 18:57:00 +00:00 |
|
Alain Magloire
|
119012a5f9
|
Move addSourcePaths() to the source Manager.
|
2002-09-23 18:04:06 +00:00 |
|
David Inglis
|
d862e1f83c
|
changed default platform to "local"
|
2002-09-23 17:15:42 +00:00 |
|
Mikhail Khodjaiants
|
fb7af82224
|
Expand registers tree on refresh.
|
2002-09-20 21:48:50 +00:00 |
|
Mikhail Khodjaiants
|
c58729d044
|
Check if breakpoint list is empty before deletion.
|
2002-09-20 21:47:39 +00:00 |
|
Mikhail Khodjaiants
|
5bd058f701
|
Implementation of 'setCurrentThread' and 'switchToFrame' functions.
|
2002-09-20 20:05:27 +00:00 |
|
Alain Magloire
|
51e4d9609a
|
Send an update when resetting the stackframe or the thread id.
|
2002-09-20 19:21:20 +00:00 |
|
Alain Magloire
|
b739b9bde4
|
Implement setCurrent{Thread, StackFrame}.
|
2002-09-20 18:43:10 +00:00 |
|
Alain Magloire
|
0b205fd6f8
|
Propose setCurrent{Thread,StackFrame} to the API.
|
2002-09-20 18:42:52 +00:00 |
|
Mikhail Khodjaiants
|
d5f5423b78
|
Typo.
|
2002-09-20 18:38:10 +00:00 |
|
Mikhail Khodjaiants
|
523331e401
|
Implementation of source locator.
|
2002-09-20 18:35:25 +00:00 |
|
Alain Magloire
|
734438b514
|
Provide equality for :
file:linenumber
and
file:functioname
|
2002-09-20 18:17:26 +00:00 |
|
Mikhail Khodjaiants
|
4eb6c43261
|
Check if the breakpoint belongs to the project before setting.
|
2002-09-20 17:48:56 +00:00 |
|
Mikhail Khodjaiants
|
74a38d9081
|
Implementation of source locator.
|
2002-09-20 17:47:52 +00:00 |
|
Alain Magloire
|
5d14c78a5c
|
PR 23877 Allow line to be set without filename.
|
2002-09-20 17:12:48 +00:00 |
|
Alain Magloire
|
ab161541db
|
Explain how a breakpoint is set in javadoc.
|
2002-09-20 17:12:06 +00:00 |
|
Mikhail Khodjaiants
|
9fa5b6b5ba
|
Removed wrong import.
|
2002-09-20 15:38:13 +00:00 |
|
Mikhail Khodjaiants
|
362b05d78f
|
Added functionality to control thread and frame selection changes.
|
2002-09-20 15:12:53 +00:00 |
|
Mikhail Khodjaiants
|
f22e80eb05
|
Display 'breakpoint hit' message in Debug view.
|
2002-09-20 13:51:36 +00:00 |
|
Mikhail Khodjaiants
|
1bd7e22639
|
Implementation of 'Run To Line' action.
|
2002-09-19 21:39:15 +00:00 |
|
Mikhail Khodjaiants
|
c0691323a6
|
Implementation of 'Run To Line' action.
|
2002-09-19 21:12:37 +00:00 |
|
Mikhail Khodjaiants
|
5c2a979441
|
Implementation of 'Run To Line' action.
|
2002-09-19 19:51:59 +00:00 |
|
Mikhail Khodjaiants
|
4b389fbd48
|
Implementation of 'Run To Line' action.
|
2002-09-19 19:21:19 +00:00 |
|
Mikhail Khodjaiants
|
e71171b519
|
Reset breakpoints install count at startup and shutdown of CDebugCorePlugin.
|
2002-09-19 17:18:39 +00:00 |
|
Mikhail Khodjaiants
|
de190fac8a
|
Stop in main when restarting.
|
2002-09-19 15:59:30 +00:00 |
|
Mikhail Khodjaiants
|
118c87d65c
|
Use the regular breakpoints instead of temporary because of the mi problems.
|
2002-09-19 15:51:16 +00:00 |
|
Mikhail Khodjaiants
|
f428107d13
|
Make the expression view visible when adding an expression.
|
2002-09-19 14:43:55 +00:00 |
|
Alain Magloire
|
f0942e76d7
|
Try to interrupt the inferior first before killing.
|
2002-09-19 01:40:45 +00:00 |
|
Alain Magloire
|
be809a8ebc
|
fetch the top stack frame when necessary.
|
2002-09-19 00:58:25 +00:00 |
|
Mikhail Khodjaiants
|
d519e8afd9
|
Cleanup.
|
2002-09-18 21:46:43 +00:00 |
|
Mikhail Khodjaiants
|
2300feae91
|
Reset the expression's change flag on resume.
|
2002-09-18 21:44:05 +00:00 |
|
Mikhail Khodjaiants
|
046d4285b4
|
Enable/disable the 'Add Expression' action when target selection changed.
|
2002-09-18 21:29:55 +00:00 |
|
Mikhail Khodjaiants
|
80ad51d3a9
|
Added 'Add expresion' action to the C editor context menu.
|
2002-09-18 20:58:54 +00:00 |
|
Mikhail Khodjaiants
|
b47529d93e
|
Added 'Add expresion' action to the C editor context menu.
|
2002-09-18 20:40:25 +00:00 |
|
Mikhail Khodjaiants
|
a24c62e709
|
Added 'Add expresion' action to the C editor context menu.
|
2002-09-18 20:35:47 +00:00 |
|
Mikhail Khodjaiants
|
20c3795a65
|
Set debug target on creation.
|
2002-09-18 20:10:30 +00:00 |
|
Mikhail Khodjaiants
|
26fc07b6cf
|
Implementation of expressions.
|
2002-09-18 19:02:52 +00:00 |
|
Mikhail Khodjaiants
|
8510ce5ea0
|
Implementation of expressions.
|
2002-09-18 16:49:24 +00:00 |
|
Mikhail Khodjaiants
|
f670c1d502
|
Add suspend/resume support check.
|
2002-09-18 15:07:48 +00:00 |
|