Mikhail Khodjaiants
736dbc1bec
Changed the format of the disassembly view's output.
2002-10-11 14:59:18 +00:00
Alain Magloire
a4401df722
Remove ExpressionManager.
2002-10-11 14:41:35 +00:00
Judy N. Green
76c48037d8
Changed to Eclipse rather than QNX name
2002-10-11 14:39:30 +00:00
Alain Magloire
45377a0e86
Patch From Thomas Fletcher to add some C/C++ directives.
2002-10-11 13:40:51 +00:00
Alain Magloire
f076b37dfa
Patch form Thomas Fletcher to fix a NullPointerException.
2002-10-11 13:30:21 +00:00
Mikhail Khodjaiants
cede94d323
Added the 'hasValueChanged' method to 'CRegister'.
2002-10-10 22:29:59 +00:00
Mikhail Khodjaiants
099c9906e8
Check if the selected frame is current before calling 'setCurrentStackFrame'.
2002-10-10 22:16:14 +00:00
Alain Magloire
3cba8eaf06
Updated
2002-10-10 22:06:17 +00:00
Alain Magloire
e0077adce6
Comments.
2002-10-10 22:06:08 +00:00
Alain Magloire
96ac0e81e6
Declare a boolean variable to set if the session was terminated.
2002-10-10 22:05:53 +00:00
Alain Magloire
b3ae7fedaa
Check if the level is already set in setCurrentStackFrame() if yes
...
make it a noop.
2002-10-10 22:04:59 +00:00
Mikhail Khodjaiants
f5a5e58c82
Added Getter and Setter for 'fRefreshVariables'.
2002-10-10 22:01:16 +00:00
Judy N. Green
5049754989
*** keyword substitution change ***
2002-10-10 19:45:03 +00:00
Judy N. Green
541c32acf4
Fixed a problem that was causing backward disply of second line of code see CDT UI PR# 24648
2002-10-10 18:42:22 +00:00
Mikhail Khodjaiants
5eee2360ef
Display the limited number of instruction in the disassembly view.
2002-10-10 18:36:07 +00:00
Peter Graves
1e1d01405f
Add some more debug tests
2002-10-10 18:22:09 +00:00
Judy N. Green
35b418ed8f
added non NLS comments to text
2002-10-10 18:14:29 +00:00
Peter Graves
bcdc287e0c
Removed refrences to non-existant source directories
2002-10-10 18:00:14 +00:00
Judy N. Green
08e1ac4c22
added @build@ to be automatically updated by build scripts
2002-10-10 17:25:03 +00:00
Mikhail Khodjaiants
fd956221a4
Implementing the disassembly mode.
2002-10-10 16:51:28 +00:00
Mikhail Khodjaiants
e01a121c1c
Implementing the disassembly mode.
2002-10-10 15:29:50 +00:00
Alain Magloire
16e22eb4b8
in getInstructions() use long instead of String for addresses.
2002-10-10 15:18:23 +00:00
Peter Graves
32b09f9ef9
Initial commit of new debug tests.
2002-10-10 13:06:39 +00:00
Alain Magloire
1d78db05eb
MIGDBSetAutoSolib takes "on" or "off"
2002-10-10 11:49:24 +00:00
Mikhail Khodjaiants
dd2ebb3c74
Implementation of disassembly mode.
2002-10-10 03:38:46 +00:00
Mikhail Khodjaiants
c0dd34d21c
Typo.
2002-10-10 02:36:42 +00:00
Mikhail Khodjaiants
aa7651d574
Implementation of disassembly mode.
2002-10-09 23:10:16 +00:00
Alain Magloire
20520c0827
Implementing the new CDISourceManager methods for assembly.
2002-10-09 22:09:30 +00:00
Alain Magloire
34558714cc
Added methods to get disassemble code from the source manager.
2002-10-09 22:04:43 +00:00
Alain Magloire
00408c875a
added helper method.
2002-10-09 21:59:23 +00:00
Alain Magloire
43bb02ca86
Implementing MIDisassemble parsing.
2002-10-09 21:12:03 +00:00
Alain Magloire
af2c2b4625
Commit out the logging from gdb/mi
2002-10-09 19:54:39 +00:00
Mikhail Khodjaiants
be32b96116
Implementation of disassembly mode.
2002-10-09 17:56:17 +00:00
David Inglis
364318b050
fixed small bug - forgot to use gdb string passed in
2002-10-09 14:14:24 +00:00
Alain Magloire
975236b144
This is a major cleanup, by boosting the number of warnings in
...
the compiler, for unuse vairables, imports etc ...
2002-10-09 14:08:42 +00:00
Alain Magloire
426a675867
move the creation of pty into a higher another method.
2002-10-09 13:38:21 +00:00
Alain Magloire
f5456b1ad1
change create session for attach to take an
...
array of string that can serve to connect to
a remote host if need be:
-target-select remotehost 999
2002-10-09 13:11:52 +00:00
David Inglis
0926de5ab2
cleanup warnings
2002-10-09 12:40:43 +00:00
Mikhail Khodjaiants
94a721a938
Implementation of disassembly mode.
2002-10-09 03:06:17 +00:00
Alain Magloire
e9791e7823
make getMIsession public.
2002-10-09 02:00:44 +00:00
Alain Magloire
f83f886c2d
setDetached() was rename setDisconnected() to reduce
...
confusing between a attach/detach command.
2002-10-09 02:00:21 +00:00
Alain Magloire
c6eacff948
Remove confusing ATTACHED variable and use the session
...
type on MISession to decide on the right thing to do
for destroy(). Renambe setAttached() etc.. for
setConnected() and setDisconnected() to reduce confusion.
2002-10-09 01:59:24 +00:00
Alain Magloire
2d34891d15
The MISession take the type of session base on an
...
argument in the constructor. Set this correctly
for post-mortem, attach, and regular program.
Define initializeDefaultPluginPreference.
2002-10-09 01:57:54 +00:00
Alain Magloire
0d8dcf74cc
Change the MISession constructor to add a new argument
...
that will indicate the type of session being created.
Add 3 new methods that will return the type of session:
Post-mortem, attach or regular debug.
2002-10-09 01:56:08 +00:00
Mikhail Khodjaiants
fdf2c99a70
Implementation of disassembly mode.
2002-10-08 22:03:22 +00:00
Mikhail Khodjaiants
347497be9c
Added method to replace access to non-accessible method of enclosing type.
2002-10-08 20:35:59 +00:00
Mikhail Khodjaiants
d142a758d5
Added method to replace access to non-accessible method of enclosing type.
2002-10-08 20:20:22 +00:00
Alain Magloire
060fdc1e1f
Provide the external String for AsmEditor.name
2002-10-08 20:09:14 +00:00
Alain Magloire
bf16d50fda
Base on a patch from Keith Seitz to use MIDataEvaluateExpression
...
to get the return value instead of MIGDBSet class.
2002-10-08 19:15:58 +00:00
David Inglis
cb369c6fcc
fixed typo
2002-10-08 11:55:50 +00:00