nickysn
|
249be70290
* show 64-bit addresses as 64-bit in the stack trace
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
fc6fef3cc1
* fixed compilation of gdbint after r30071
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
4794b901ae
* changed the type of TFrameEntry.address from PtrInt to CORE_ADDR
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
1e842ffb6f
* TGDBMI_Value.AsPtrInt replaced with .AsCoreAddr, which returns CORE_ADDR
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
2adee6834c
* the definition of CORE_ADDR moved from gdbmiint to gdbmiwrap, because we're
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
6be3b8cc63
* updated fpcmake's revision.inc
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
78676b8f16
+ include globdir.inc in the gdb/mi interface units, so that the TARGET_IS_64BIT
|
%!s(int64=10) %!d(string=hai) anos |
pierre
|
1d865d6422
Add SelectFrameCommand method to TGDBController in gdbcon and gdbmicon units (not yet used in ide code)
|
%!s(int64=10) %!d(string=hai) anos |
pierre
|
f388103456
Replace type of address parameters or fields by CORE_ADDR for fpviews objects
|
%!s(int64=10) %!d(string=hai) anos |
pierre
|
cec67ade78
Use QWORD for CORE_ADDR if TARGET_IS_64BIT macro is set
|
%!s(int64=10) %!d(string=hai) anos |
pierre
|
dfb21140a2
Add TARGET_OS_64BIT macro for corresponding CPU targets
|
%!s(int64=10) %!d(string=hai) anos |
Károly Balogh
|
106056f462
m68k: more FMOVEM.X store/load size fixes
|
%!s(int64=10) %!d(string=hai) anos |
Károly Balogh
|
acaf382ea0
m68k: FMOVEM.X stores/loads each reg as 12 bytes (96 bits) not 10 bytes (80 bits), see 68k PRM, page 5-86
|
%!s(int64=10) %!d(string=hai) anos |
Károly Balogh
|
7758ad9313
m68k: clear the FPU Control Register at program start. This fixes some testcode randomly failing on AmigaOS, where the FPCR state is inherited from the parent task. Also added the FPCR layout and rounding modes info, based on the Motorola 68k PRMm68k.inc
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
7acc709ac0
* prepend the watch value with '= ' to keep the old way the IDE watches looked
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
08ed7778db
- removed the response parsing code for extracting the watch value from
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
1709006ad3
* quote strings in TGDBController.PrintCommand and .PrintFormattedCommand to
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
547e20f1a2
* just realized that AnsiStrPas is entirely unnecessary, because typecasting a
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
9d1c9a2a6a
* fixed watches under gdb/mi after r30043
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
00e3c906ef
* fixed AnsiStrPas
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
7859afccc4
* TGDBController.InternalGetValue made private to protect from accidental use
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
67a66f104d
* converted the result of TGDBController.PrintCommand from pchar to ansistring:
|
%!s(int64=10) %!d(string=hai) anos |
nickysn
|
1e692a2d2e
* use -data-evaluate-expression instead of -var-evaluate-expression in the
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
6dd2fe0320
* converted widestr.charlength() to use system.Utf8CodePointLen()
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
60dbce940a
* converted readstr/writestr to use system.Utf8CodePointLen()
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
9da8a2304a
* converted matching UTF-8 filenames in findfirst/findnext to use
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
ff020a3be4
+ "Utf8CodePointLen(pansichar,MaxLookAhead,IncludeCombiningDiacriticalMarks):
|
%!s(int64=10) %!d(string=hai) anos |
pierre
|
caa77e1f8d
Add TGDBController.SetCommand method and use it
|
%!s(int64=10) %!d(string=hai) anos |
Károly Balogh
|
5f66d63335
m68k: disabled comment generation
|
%!s(int64=10) %!d(string=hai) anos |
Károly Balogh
|
997ec578e0
m68k: added a simple unaryminusnode which can utilize FNEG instruction for floats on 68881
|
%!s(int64=10) %!d(string=hai) anos |