1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

698 commits

Author SHA1 Message Date
Alain Magloire
e38c670d27 Add $NON-NLS-1$ when necessary.
native methods should throw Exceptions.
2002-10-17 13:59:44 +00:00
Alain Magloire
df56cb6372 Reformat. 2002-10-17 13:59:13 +00:00
Alain Magloire
badcff4119 close0 is private. and should throw exception. 2002-10-17 13:59:00 +00:00
Alain Magloire
4570abc614 close0 is private. 2002-10-17 13:58:38 +00:00
Alain Magloire
d00a62b1c1 updated. 2002-10-16 20:14:48 +00:00
Alain Magloire
195442a581 Remove unused imports and changing some scopes to
not generate synthetic methods.
2002-10-16 20:14:36 +00:00
Alain Magloire
05f2fa57f8 updated. 2002-10-16 14:39:27 +00:00
Alain Magloire
39725b1b3f Remove unused imports. 2002-10-16 14:39:18 +00:00
David Inglis
e6b8733ada patch from Alex Chapiro 2002-10-16 12:11:04 +00:00
Alain Magloire
fb2a003ba6 Updated. 2002-10-16 00:56:03 +00:00
Alain Magloire
dbb6aec999 Always call pfind() to check the path 2002-10-16 00:55:46 +00:00
Alain Magloire
a509b0baaa Make it a Unix format. Check the path with access(). 2002-10-16 00:55:24 +00:00
Alain Magloire
711b80c01d update 2002-10-16 00:13:37 +00:00
Alain Magloire
9b7110a81d make the native method package scope. 2002-10-16 00:13:30 +00:00
Mikhail Khodjaiants
ef35f69c64 Implementing the memory view support. 2002-10-15 21:42:17 +00:00
Mikhail Khodjaiants
6c770feac4 Moved the memory management functionality to the core. 2002-10-15 21:36:03 +00:00
Mikhail Khodjaiants
46a86c5d94 Implementation of the 'Automatically switch to disassembly mode' preference. 2002-10-15 18:29:04 +00:00
Alain Magloire
5d2345079c updated. 2002-10-15 18:13:31 +00:00
Alain Magloire
251fa2d9e3 Trim the line before parsing. 2002-10-15 18:13:20 +00:00
David Inglis
ffbaedf13d call builder as full build 2002-10-15 17:58:22 +00:00
Alain Magloire
0440f4618e implement for solaris ProcessList, this is use to get
a list of pid to attach in the debugger.
2002-10-15 17:58:15 +00:00
Alain Magloire
d049b3c0ae new source folder src. 2002-10-15 17:57:38 +00:00
Alain Magloire
c9c7b2b305 ignore bin and doc 2002-10-15 17:57:21 +00:00
Alain Magloire
08750ca15e implement extension point ProcessList. 2002-10-15 17:57:07 +00:00
David Inglis
b223fdb790 fixed builder 2002-10-15 17:54:13 +00:00
David Inglis
f1f4284c8c cleanup 2002-10-15 17:47:49 +00:00
Mikhail Khodjaiants
0a42098b56 The register's cahnge flag should be reset only when switching between frames of the same thread. 2002-10-15 17:06:57 +00:00
Judy N. Green
64907fba2e added x86 & Sparc to the platforms supported. 2002-10-15 16:58:53 +00:00
Judy N. Green
5a1cf098d0 added gtk to list of windowing systems supported 2002-10-15 16:57:21 +00:00
Judy N. Green
703ab2853a Rolled back to 1.1 for use with Eclipse 2.0.1 Aug 29.
The fix in 1.2 can only be used whne we move forward to support Eclipse builds newer than 20 September 2002.
2002-10-15 16:25:08 +00:00
Mikhail Khodjaiants
1da99f2c05 Reset the register's change flag before switching to another frame. 2002-10-15 02:17:42 +00:00
Mikhail Khodjaiants
fd8dc50308 Correct detail value should be set to the 'resume' event to prevent the collapse of variable's and register's trees after stepping. 2002-10-15 02:06:51 +00:00
Alain Magloire
629e7f3076 Put my name in the ChangeLog entry. 2002-10-14 20:24:28 +00:00
Mikhail Khodjaiants
42ab22b236 Set the corresponding thread as current before switching to another frame. 2002-10-14 05:03:22 +00:00
Alain Magloire
271c58700c Remove unused imports. 2002-10-13 21:31:01 +00:00
Alain Magloire
4d8cd0871c indentation. 2002-10-13 02:35:02 +00:00
Alain Magloire
e60730059a update. 2002-10-13 02:33:31 +00:00
Alain Magloire
31930ca041 new method createMemoryBlock(), remove method getBlock(). 2002-10-13 02:33:21 +00:00
Alain Magloire
171c7a68e2 remove method supportsValueModification(). 2002-10-13 02:32:46 +00:00
Alain Magloire
71a99db46e Clear queue when done. 2002-10-13 02:28:28 +00:00
Alain Magloire
aa81471656 new method clearItems() 2002-10-13 02:27:55 +00:00
Alain Magloire
64213165e0 remove warning. 2002-10-13 02:27:18 +00:00
Alain Magloire
7f4456c0db New method clearCommands. 2002-10-13 02:27:01 +00:00
Alain Magloire
8ec3ec5b4e Check for null reference. 2002-10-13 02:26:39 +00:00
Alain Magloire
e6df60f6a3 Updated. 2002-10-13 01:59:14 +00:00
Alain Magloire
3a91e2903c Put new method getMIDataReadMemoryInfo() to help. 2002-10-13 01:58:54 +00:00
Alain Magloire
9c1bc6352d Implementing the methods with MIDataReadMemory. 2002-10-13 01:58:21 +00:00
Alain Magloire
ea9d2ee16e Implementing all the methods with MIDataReadMemoryInfo. 2002-10-13 01:57:40 +00:00
Alain Magloire
122c0c38d7 Remove those methods (getInstructions) it is part
of ICDISourceManager.
2002-10-12 23:51:24 +00:00
Alain Magloire
5b7c73cea5 update. 2002-10-12 01:22:05 +00:00