nickysn
|
9be4e6a0de
* made the registers shown in the registers window depend on the target CPU
|
10 년 전 |
florian
|
35d550c9c6
+ commented directive for easier enabling
|
10 년 전 |
florian
|
a5bef2a2b9
* prevent new definitions being added to a global unit symtable after compilation of the implementation part started
|
10 년 전 |
florian
|
bc672e8fb2
* do not mess with the global symbol when compiling the implementation part of a unit
|
10 년 전 |
nickysn
|
7f2dce8f20
* also set got_error to true in case of an error response in i_gdb_command
|
10 년 전 |
Tomas Hajny
|
dff7cb3c3c
* added missing error constant
|
10 년 전 |
Jonas Maebe
|
1a949eae1f
* fixed i8086 compilation
|
10 년 전 |
Károly Balogh
|
d85b49755c
m68k: some ideas for a future second_abs_long implementation. no functional changes.
|
10 년 전 |
Károly Balogh
|
c72f58bcc5
m68k: implemented sqrt_real and abs_real inlines
|
10 년 전 |
nickysn
|
bd467adf52
* use StrDispose instead of Dispose in the libgdb.a implementation of GetIntRegister
|
10 년 전 |
nickysn
|
3b55dd919d
* fixed getting the FPC_BREAK_ERROR parameters on i386
|
10 년 전 |
nickysn
|
ac79722eb2
* use the Backtrace method (which supports gdb/mi) instead of issuing the
|
10 년 전 |
nickysn
|
4a1a443ffa
* fixed getting the FPC_BREAK_ERROR parameters on x86_64
|
10 년 전 |
nickysn
|
d83655f73c
+ implemented the GetIntRegister methods added in r29795 in the libgdb.a
|
10 년 전 |
Károly Balogh
|
db50666b3b
n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU
|
10 년 전 |
nickysn
|
5ec640006c
* moved the code that obtains the parameters to HandleErrorAddrFrame (after
|
10 년 전 |
Tomas Hajny
|
b9f88aa80c
* mapping of I/O error number 206 having different meaning in FPC to RTE 3
|
10 년 전 |
nickysn
|
79118e531f
* fixed typecast error due to typo after r29795
|
10 년 전 |
nickysn
|
0a02da23f4
+ added gdb/mi methods for obtaining individual register values
|
10 년 전 |
florian
|
78742c3c87
* use armv4 as default, FPC never generated valid armv3 code
|
10 년 전 |
florian
|
c46cbd3b1a
+ test for an already fixed report (#14347), added to avoid that it pops up again
|
10 년 전 |
florian
|
00d41dc9fa
* return false, if tdosinputfile.fileopen cannot open a file for reading
|
10 년 전 |
florian
|
cab98a58d0
+ parameters of nested procedure variable parameters are taken into account during name mangling, resolves #27515
|
10 년 전 |
nickysn
|
8ed6109955
* setting breakpoint ignore count implemented via gdb/mi command in the gdb/mi
|
10 년 전 |
nickysn
|
46695f37b4
* use the gdb/mi command for setting breakpoint conditions in the gdb/mi interface
|
10 년 전 |
nickysn
|
1bfcf14ef9
* use gdb/mi commands to enable/disable breakpoints in the gdb/mi interface
|
10 년 전 |
nickysn
|
c2d659950e
* use the gdb/mi command for deleting breakpoints
|
10 년 전 |
nickysn
|
c5b9465255
* gdb/mi: fixed inserting and stopping on access and read watchpoints
|
10 년 전 |
nickysn
|
cb983ab42d
* fixed gdb/mi crash when a watchpoint goes out of scope
|
10 년 전 |
nickysn
|
7d040cbe3f
* fixed crash when program being debugged in gdb/mi mode receives a signal or
|
10 년 전 |