nickysn
|
5ec640006c
* moved the code that obtains the parameters to HandleErrorAddrFrame (after
|
před 10 roky |
Tomas Hajny
|
b9f88aa80c
* mapping of I/O error number 206 having different meaning in FPC to RTE 3
|
před 10 roky |
nickysn
|
79118e531f
* fixed typecast error due to typo after r29795
|
před 10 roky |
nickysn
|
0a02da23f4
+ added gdb/mi methods for obtaining individual register values
|
před 10 roky |
florian
|
78742c3c87
* use armv4 as default, FPC never generated valid armv3 code
|
před 10 roky |
florian
|
c46cbd3b1a
+ test for an already fixed report (#14347), added to avoid that it pops up again
|
před 10 roky |
florian
|
00d41dc9fa
* return false, if tdosinputfile.fileopen cannot open a file for reading
|
před 10 roky |
florian
|
cab98a58d0
+ parameters of nested procedure variable parameters are taken into account during name mangling, resolves #27515
|
před 10 roky |
nickysn
|
8ed6109955
* setting breakpoint ignore count implemented via gdb/mi command in the gdb/mi
|
před 10 roky |
nickysn
|
46695f37b4
* use the gdb/mi command for setting breakpoint conditions in the gdb/mi interface
|
před 10 roky |
nickysn
|
1bfcf14ef9
* use gdb/mi commands to enable/disable breakpoints in the gdb/mi interface
|
před 10 roky |
nickysn
|
c2d659950e
* use the gdb/mi command for deleting breakpoints
|
před 10 roky |
nickysn
|
c5b9465255
* gdb/mi: fixed inserting and stopping on access and read watchpoints
|
před 10 roky |
nickysn
|
cb983ab42d
* fixed gdb/mi crash when a watchpoint goes out of scope
|
před 10 roky |
nickysn
|
7d040cbe3f
* fixed crash when program being debugged in gdb/mi mode receives a signal or
|
před 10 roky |
nickysn
|
850a321a23
+ log the error message from gdb/mi error result records to the gdb window
|
před 10 roky |
nickysn
|
a1afce8a69
* fixed crash with the gdb/mi debugger, when trying to step/run a program with
|
před 10 roky |
florian
|
6c99493181
* use USE_WINDOWS_API_THREAD_FUNCTIONS in the windows graph unit by default, resolves #27508
|
před 10 roky |
florian
|
9eab90d8c4
* always pass the architecture to the arm assembler
|
před 10 roky |
florian
|
80cc09e350
o fix wince compilation:
|
před 10 roky |
nickysn
|
0c2054b9a3
+ allow disabling the Extended/SGH 1006 mouse tracking mode introduced in r29773
|
před 10 roky |
florian
|
5946328ed6
* CPUs not having CMOV apparently do not support the newly introduced Multibyte NOPs (Agner, Optimizing subroutines in assembly
|
před 10 roky |
florian
|
de17e9fa1c
+ cpu capability CPUX86_HAS_CMOV
|
před 10 roky |
nickysn
|
6ef8a8afc9
* fixed bug which caused Ctrl-F1..F4 to be erroneously identified as
|
před 10 roky |
nickysn
|
5a8d02999f
+ support the keycodes returned for Ctrl-F1..F4, Alt-F1..F4 and Shift-F1..F4 on
|
před 10 roky |
nickysn
|
97f2067762
+ added support for the xterm enhanced/SGH 1006 mouse tracking mode. Tested
|
před 10 roky |
florian
|
255c4feef6
* new code alignment fillings based on the discussion at http://www.lazarusforum.de/viewtopic.php?f=10&t=8487
|
před 10 roky |
florian
|
ba3f0281b0
* fix compilation errors with -O2 due to dfa based warnings
|
před 10 roky |
svenbarth
|
d849734acd
Specialize the correct generic if it has the same name as another generic that is located at another place of the type hierarchy.
|
před 10 roky |
svenbarth
|
5a344ee263
Rework the way how "specialize" is handled. Instead of initializing the specialization of a full type declaration (including unit name and parent types) it is now considered part of the specialized type itself. This means that for example the following code:
|
před 10 roky |