index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
* initial support for INSTALL_BINDIR. If that option isn't used behaviour
marco
2015-06-28
2
-0
/
+7
*
* regenerated Makefiles with Linux/AArch64 support
jonas
2015-05-20
3
-6
/
+47
*
Use pascal style doubling of quote char instead of C style escaping for ini ...
pierre
2015-04-13
1
-28
/
+95
*
Add -G command line option to allow specification of GDB executable name
pierre
2015-04-13
2
-3
/
+20
*
Try to fix error introduced in commit 28925 leading to corruption of HelpFil...
pierre
2015-04-05
2
-30
/
+35
*
IDE: made FixFileName to actually fix and not break file names on Amiga-like ...
karoly
2015-03-29
1
-0
/
+4
*
* moved the code for setting max width and then restoring it when obtaining a
nickysn
2015-03-24
2
-14
/
+3
*
* fixed gdb/mi crash when program exits with exit code >= $80000000
nickysn
2015-03-12
1
-1
/
+1
*
* use the AsQWord and AsLongWord methods to do the conversion in TGDBMI_Value...
nickysn
2015-03-12
1
-3
/
+3
*
* use unsigned int conversion in TGDBMI_Value.AsCoreAddr
nickysn
2015-03-12
1
-2
/
+2
*
+ added methods AsInt64, AsQWord and AsLongWord to TGDBMI_Value
nickysn
2015-03-12
1
-0
/
+26
*
* only define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE on Windows. This fixes
nickysn
2015-03-11
1
-2
/
+4
*
- rm code that parses the response when retrieving the value of a watchpoint
nickysn
2015-03-11
1
-4
/
+0
*
Avoid double definition of FPBaseName for powerpc cpu target on i386
pierre
2015-03-10
1
-3
/
+5
*
Avoid range check error
pierre
2015-03-10
1
-1
/
+2
*
* also use the last line of the FPU and Vector Unit register view windows
nickysn
2015-03-08
1
-2
/
+2
*
* show a persistent message "debugger error" in the register windows in case
nickysn
2015-03-08
1
-3
/
+9
*
* always show the "no values available" msg in the register windows when program
nickysn
2015-03-08
1
-3
/
+3
*
* register window messages "<no values available>" and "<debugger error>"
nickysn
2015-03-07
1
-9
/
+11
*
* simplified the GetValue nested procedure inside TWatch.Get_new_value
nickysn
2015-03-07
1
-11
/
+3
*
- rm code for parsing and extracting the value of the print command result, when
nickysn
2015-03-07
1
-6
/
+1
*
* use sizeof(CORE_ADDR) instead of sizeof(pointer) for finding the parameters
nickysn
2015-03-07
1
-3
/
+3
*
* fixed powerpc register window size
nickysn
2015-03-06
1
-2
/
+2
*
* use TGDBController.GetIntRegister (which supports gdb/mi) for retrieving the
nickysn
2015-03-06
1
-213
/
+109
*
* use hex when retrieving registers via gdb/mi. This stops gdb from returning
nickysn
2015-03-06
1
-1
/
+1
*
+ added 16-bit int overloads for TGDBController.GetIntRegister. Useful for
nickysn
2015-03-06
1
-0
/
+20
*
* added comment to the endif directive
nickysn
2015-03-06
1
-1
/
+1
*
* rearranged the x86_64 registers window, so it takes less screen space
nickysn
2015-03-05
1
-16
/
+16
*
+ added function gdbmiwrap.C2PascalNumberPrefix for converting C number prefixes
nickysn
2015-03-05
1
-4
/
+18
*
* force gdb/mi on windows to always run the debuggee in another console, since I
nickysn
2015-03-05
4
-0
/
+12
*
* fixed endif comment
nickysn
2015-03-05
1
-1
/
+1
*
Fix compilation error if DEBUG is not set, use GDB_RAW_OUTPUT macro
pierre
2015-03-04
1
-14
/
+14
*
Add function parameters with values in Call Stack window
pierre
2015-03-03
1
-2
/
+25
*
Use sizeof(CORE_ADDR)*2 in hexstr call inside GetLongintAt and GetPointerAt ...
pierre
2015-03-03
1
-2
/
+2
*
fpdebug.pas:
pierre
2015-03-03
2
-12
/
+30
*
Reset GDBRawBuf at same time as GDBOutputBuf and avoid error on -environment...
pierre
2015-03-03
1
-1
/
+9
*
Added separate GDBRawBuf and output_raw boolean to avoid parsing of raw output
pierre
2015-03-03
1
-1
/
+22
*
Add GDB_RAW_OUTPUT macro for GDBMI with DEBUG set
pierre
2015-03-03
1
-0
/
+6
*
* fixed handling of both #13#10 and #10 line separators when reading from the
nickysn
2015-03-03
1
-13
/
+14
*
* switch to always using an unsigned type for CORE_ADDR
nickysn
2015-03-02
1
-1
/
+1
*
* show 64-bit addresses as 64-bit in the stack trace
nickysn
2015-03-02
1
-1
/
+1
*
* changed the type of TFrameEntry.address from PtrInt to CORE_ADDR
nickysn
2015-03-02
1
-1
/
+1
*
* TGDBMI_Value.AsPtrInt replaced with .AsCoreAddr, which returns CORE_ADDR
nickysn
2015-03-02
3
-5
/
+7
*
* the definition of CORE_ADDR moved from gdbmiint to gdbmiwrap, because we're
nickysn
2015-03-02
2
-6
/
+8
*
+ include globdir.inc in the gdb/mi interface units, so that the TARGET_IS_64BIT
nickysn
2015-03-02
4
-0
/
+8
*
Add SelectFrameCommand method to TGDBController in gdbcon and gdbmicon units...
pierre
2015-03-02
1
-0
/
+11
*
Replace type of address parameters or fields by CORE_ADDR for fpviews objects
pierre
2015-03-02
1
-21
/
+22
*
Use QWORD for CORE_ADDR if TARGET_IS_64BIT macro is set
pierre
2015-03-02
1
-0
/
+5
*
Add TARGET_OS_64BIT macro for corresponding CPU targets
pierre
2015-03-02
1
-0
/
+17
*
* prepend the watch value with '= ' to keep the old way the IDE watches looked
nickysn
2015-03-02
1
-1
/
+1
[next]