Maxim Ganetsky
42d7e64364
IDE: regenerated translations
2023-01-11 01:32:12 +03:00
Maxim Ganetsky
7511fdb89b
IDE: cleaned up unneeded calls of TranslateUnitResourceStrings for LazarusCommonStrConst and IdeDebuggerStringConstants units
2023-01-11 01:25:45 +03:00
Maxim Ganetsky
eb5dd94931
Translations: cleaned up localize scripts
2023-01-11 01:19:00 +03:00
dsiders
1b71949ac2
Docs: LazUtils/masks. Fixes invalid See Also links.
2023-01-10 21:54:24 +00:00
dsiders
9b289f9a32
Docs: Lazutils/masks. Updates topics for changes in 3b1bba21
.
2023-01-10 19:07:12 +00:00
dsiders
7c3adad134
Docs: LCL/editbtn. Updates TCustomControlFilterEdit topics for changes in 4c822bb36e
, 11a35ff5
.
2023-01-10 18:37:10 +00:00
Ondrej Pokorny
3c917017f5
IDE: ignore exceptions for invalid project icons
2023-01-10 18:57:21 +01:00
wp_xyz
77aecca951
Images: Replace some of the icons of commit cf58d5fc
by improved versions. Work by Roland Hahn.
2023-01-10 17:55:30 +01:00
Martin
48d8522073
IdeDebugger: Fixed Makefile
2023-01-10 17:27:39 +01:00
Martin
574ccd903a
IdeDebugger: Move units from Ide to IdeDebugger. (BreakPropertyDlgGroups, CallStack, DebuggerAttachDialog, DebuggerOutput, ExceptDlg, FeedbackDlg, HistoryDlg, LocalsDlg, PseudoTerminal, RegisterDlg, ThreadDlg, WatchesDlg)
2023-01-10 17:04:54 +01:00
Martin
739b542449
IDEIntf: rename some ResourceString to match the common naming scheme
2023-01-10 17:00:42 +01:00
Martin
2d2e5431aa
IDE: moved some of the most common ResourceString to IdeIntf, so other IDE packages can use them (instead of duplicating them)
2023-01-10 17:00:41 +01:00
Martin
deaf6e0318
Debugger: Fix missing result for 0d3a7504d7
"IdeDebugger: Move unit DebuggerDlg from Ide to IdeDebugger."
2023-01-10 17:00:41 +01:00
Bart
96db2a62d9
Examples: replace icon for laz_scalables with default icon, since the icon was corrupted.
2023-01-10 16:23:00 +01:00
wp_xyz
2320646b2d
TAChart: Fix compilation of fpvectorial drawer package broken after commit 53f7749d
. Issue #40086 .
2023-01-10 15:35:05 +01:00
Bart
3b1bba21ff
Masks: rename TMask.Compile to TMask.PrepareCompile and make it set fMaskIsCompiled to False.
...
TMaskUTF8.Compile is now the base method for compiling the mask.
Add a comment about fMaskIsCompiled.
Reasons:
- TMask.Compile did not really compile anything.
- fMaskIsCompiled should only be set to True if (real) compilation of the mask is succesfull
2023-01-10 12:52:45 +01:00
Ondrej Pokorny
11a35ff5e6
restore FilterLowercase property
2023-01-10 12:22:35 +01:00
Maxim Ganetsky
42595db183
IDEDebugger: updated Russian translation
2023-01-10 03:07:57 +03:00
Martin
0d3a7504d7
IdeDebugger: Move unit DebuggerDlg from Ide to IdeDebugger.
2023-01-09 23:05:16 +01:00
Martin
d469c50a29
IdeDebugger: Move unit WatchPropertyDlg from Ide to IdeDebugger.
2023-01-09 23:05:16 +01:00
Martin
e22f69d623
IdeDebugger: Move unit BaseDebugManager from Ide to IdeDebugger.
2023-01-09 23:05:15 +01:00
mattias
0395ecb8b9
ide: call register of LazDebuggerFpLldb, LazDebuggerFp, laz.virtualtreeview_package
2023-01-09 20:51:37 +01:00
mattias
44235e7124
ide: updated list of base packages
2023-01-09 20:41:48 +01:00
mattias
6bdd3dfa3d
codetools: updated ide unit paths
2023-01-09 20:41:31 +01:00
Martin
d31003464a
LazDebuggerFp: remove int3 when conditional breakpoint is getting disabled/inactive. (used to wait until condition was true)
2023-01-09 17:08:14 +01:00
Martin
e90e3d0637
Debugger: remove ifdef CD_Cocoa
2023-01-09 16:46:53 +01:00
Martin
3ea1675362
FpDebug: Fix test for "step over". non-breaking breakpoints no longer cause an internal pause
2023-01-09 16:46:53 +01:00
Martin
d99e76636d
FpDebug: fix storing "step info" (symbol/line at PC)
2023-01-09 16:46:53 +01:00
wp_xyz
c69c83ead1
fpvectorial: Fix some issues with text in svg files.
2023-01-09 12:06:08 +01:00
Maxim Ganetsky
ad5d9a11e8
IDE: regenerated translations and updated Russian translation
2023-01-09 04:50:21 +03:00
Maxim Ganetsky
8d4ca8f43f
IDE: improved strings in Debugger Initial Setup dialog
2023-01-09 04:49:10 +03:00
Martin
c59f34e9ba
FpDebug: fixed spelling / thanks to ccrause
2023-01-08 19:33:20 +01:00
mattias
f09a59cb1c
updated lpl files
2023-01-08 18:46:33 +01:00
mattias
770a65172b
ide: less hints
2023-01-08 18:45:51 +01:00
mattias
955ab8dc27
IDE: less hints
2023-01-08 18:45:51 +01:00
mattias
ce2948da4f
ide: comments
2023-01-08 18:45:51 +01:00
wp_xyz
1c8fb9346e
fpvectorial: Show debug tree in svgviewer sample project.
2023-01-08 18:22:25 +01:00
wp_xyz
9ce162804c
fpvectorial: Avoid unnecessary widestring conversion.
2023-01-08 18:21:54 +01:00
Martin
84adf78bd9
Merge branch 'avr-cfi' into laz-main
...
See merge request freepascal.org/lazarus/lazarus!101
2023-01-08 17:18:52 +01:00
ccrause
171be791ea
[RSP] Do not acknowledge an OK response, since qemu complains about receiving an acknowledge after an OK response. It is not clear whether this is in accordance with the RSP protocol specification.
2023-01-08 17:05:04 +01:00
ccrause
1bad121570
[RSP] Removed unused variables.
2023-01-08 17:05:03 +01:00
ccrause
411eebba23
[RSP] Add HWBreak parameter to Add/DeleteBreakWatchPoint method so that TProcess can decide whether a HW or SW break should be inserted on the target.
2023-01-08 17:05:02 +01:00
ccrause
06c4f184d7
[RSP] Bug fix: add the register value to the command to be sent over RSP. Rename ConvertHexWithLittleEndianSwap to HexToIntLittleEndian as this is closer to the regular HexToInt function. Add IntToHexLittleEndian function.
2023-01-08 17:05:01 +01:00
ccrause
b58c6a5dcb
Add call saved registers for AVR to InitializeABIRules.
2023-01-08 17:04:59 +01:00
ccrause
b787b45f59
Specify CIE address size for AVR8 architecture.
2023-01-08 17:04:58 +01:00
Martin
5f94809cc6
Makefile: make sure all default debuggers are always included in the IDE
2023-01-08 14:30:30 +01:00
Martin
ca4050616e
Initial setup: use FpLldb only on Mac / fix layout/anchors
2023-01-08 13:59:13 +01:00
Martin
319649fbe6
Debugger: Check quality of debugger in setup
2023-01-08 04:48:14 +01:00
Martin
4a616acb99
Debugger: DebuggerOptions load unknown/unsupported backends into separate lists.
2023-01-08 04:37:03 +01:00
Martin
c7de909539
Debugger: Add dfNotSuitableForOsArch, to filter out unusable backends
2023-01-08 04:36:59 +01:00