summaryrefslogtreecommitdiff
path: root/ide
Commit message (Expand)AuthorAgeFilesLines
* * fixed IDE compilation with GDBMI=1 (mantis #28890)nickysn2015-11-191-0/+2
* Handle SPECIALLINK environment variable in the same way it was used in old M...pierre2015-11-021-0/+4
* * Fixed problem with search-masks in fpmake.pp-files in subdirectoriesjoost2015-10-241-7/+7
* * Removed Makefile from fpmake.pp. We do not include it in other fpmake.pp's...joost2015-10-091-3/+0
* * remove commented out parts resulting from previous testinghajny2015-10-071-18/+0
* * add reference to all source files to ensure completeness of the generated...hajny2015-10-071-2/+40
* * updated all the remaining makefiles that 'fpcmake -r' missednickysn2015-09-052-8/+59
* * regenerated makefiles after adding the win16 targetnickysn2015-09-051-3/+17
* * Re-generated makefile'sjoost2015-08-121-1/+11
* * Filter the Makefile's unit searchpaths from the fpmake command line.joost2015-08-121-1/+3
* AROS/x86_64: regenerated Makefileskaroly2015-06-293-6/+53
* * initial support for INSTALL_BINDIR. If that option isn't used behaviourmarco2015-06-282-0/+7
* * regenerated Makefiles with Linux/AArch64 supportjonas2015-05-203-6/+47
* Use pascal style doubling of quote char instead of C style escaping for ini ...pierre2015-04-131-28/+95
* Add -G command line option to allow specification of GDB executable namepierre2015-04-132-3/+20
* Try to fix error introduced in commit 28925 leading to corruption of HelpFil...pierre2015-04-052-30/+35
* IDE: made FixFileName to actually fix and not break file names on Amiga-like ...karoly2015-03-291-0/+4
* * moved the code for setting max width and then restoring it when obtaining anickysn2015-03-242-14/+3
* * fixed gdb/mi crash when program exits with exit code >= $80000000nickysn2015-03-121-1/+1
* * use the AsQWord and AsLongWord methods to do the conversion in TGDBMI_Value...nickysn2015-03-121-3/+3
* * use unsigned int conversion in TGDBMI_Value.AsCoreAddrnickysn2015-03-121-2/+2
* + added methods AsInt64, AsQWord and AsLongWord to TGDBMI_Valuenickysn2015-03-121-0/+26
* * only define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE on Windows. This fixesnickysn2015-03-111-2/+4
* - rm code that parses the response when retrieving the value of a watchpointnickysn2015-03-111-4/+0
* Avoid double definition of FPBaseName for powerpc cpu target on i386pierre2015-03-101-3/+5
* Avoid range check errorpierre2015-03-101-1/+2
* * also use the last line of the FPU and Vector Unit register view windowsnickysn2015-03-081-2/+2
* * show a persistent message "debugger error" in the register windows in casenickysn2015-03-081-3/+9
* * always show the "no values available" msg in the register windows when programnickysn2015-03-081-3/+3
* * register window messages "<no values available>" and "<debugger error>"nickysn2015-03-071-9/+11
* * simplified the GetValue nested procedure inside TWatch.Get_new_valuenickysn2015-03-071-11/+3
* - rm code for parsing and extracting the value of the print command result, whennickysn2015-03-071-6/+1
* * use sizeof(CORE_ADDR) instead of sizeof(pointer) for finding the parametersnickysn2015-03-071-3/+3
* * fixed powerpc register window sizenickysn2015-03-061-2/+2
* * use TGDBController.GetIntRegister (which supports gdb/mi) for retrieving thenickysn2015-03-061-213/+109
* * use hex when retrieving registers via gdb/mi. This stops gdb from returningnickysn2015-03-061-1/+1
* + added 16-bit int overloads for TGDBController.GetIntRegister. Useful fornickysn2015-03-061-0/+20
* * added comment to the endif directivenickysn2015-03-061-1/+1
* * rearranged the x86_64 registers window, so it takes less screen spacenickysn2015-03-051-16/+16
* + added function gdbmiwrap.C2PascalNumberPrefix for converting C number prefixesnickysn2015-03-051-4/+18
* * force gdb/mi on windows to always run the debuggee in another console, since Inickysn2015-03-054-0/+12
* * fixed endif commentnickysn2015-03-051-1/+1
* Fix compilation error if DEBUG is not set, use GDB_RAW_OUTPUT macropierre2015-03-041-14/+14
* Add function parameters with values in Call Stack windowpierre2015-03-031-2/+25
* Use sizeof(CORE_ADDR)*2 in hexstr call inside GetLongintAt and GetPointerAt ...pierre2015-03-031-2/+2
* fpdebug.pas:pierre2015-03-032-12/+30
* Reset GDBRawBuf at same time as GDBOutputBuf and avoid error on -environment...pierre2015-03-031-1/+9
* Added separate GDBRawBuf and output_raw boolean to avoid parsing of raw outputpierre2015-03-031-1/+22
* Add GDB_RAW_OUTPUT macro for GDBMI with DEBUG setpierre2015-03-031-0/+6
* * fixed handling of both #13#10 and #10 line separators when reading from the nickysn2015-03-031-13/+14