
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1829 8e941d3f-bd1b-0410-a28a-d453659cc2b4
101 lines
2.2 KiB
Plaintext
101 lines
2.2 KiB
Plaintext
object Form1: TForm1
|
|
Left = 313
|
|
Height = 447
|
|
Top = 186
|
|
Width = 400
|
|
Caption = 'Stacktrace resolver'
|
|
ClientHeight = 447
|
|
ClientWidth = 400
|
|
LCLVersion = '0.9.31'
|
|
object editGDBPath: TFileNameEdit
|
|
Left = 104
|
|
Height = 25
|
|
Top = 56
|
|
Width = 264
|
|
FileName = '/usr/bin/gdb'
|
|
DialogOptions = []
|
|
FilterIndex = 0
|
|
HideDirectories = False
|
|
ButtonWidth = 23
|
|
NumGlyphs = 0
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
end
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Height = 18
|
|
Top = 63
|
|
Width = 83
|
|
Caption = 'Path to GDB:'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 9
|
|
Height = 39
|
|
Top = 9
|
|
Width = 381
|
|
AutoSize = False
|
|
Caption = 'This Program resolves stacktraces generated by FPC apps using GDB. It adds the symbol names to addresses.'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object Label3: TLabel
|
|
Left = 11
|
|
Height = 18
|
|
Top = 120
|
|
Width = 78
|
|
Caption = 'Stack trace:'
|
|
ParentColor = False
|
|
end
|
|
object memoStacktrace: TMemo
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 259
|
|
Top = 144
|
|
Width = 387
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Right = 5
|
|
BorderSpacing.Bottom = 44
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 1
|
|
end
|
|
object buttonResolveSymbols: TButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 136
|
|
Height = 30
|
|
Top = 412
|
|
Width = 123
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 5
|
|
Caption = 'Resolve Symbols'
|
|
OnClick = buttonResolveSymbolsClick
|
|
TabOrder = 2
|
|
end
|
|
object Label4: TLabel
|
|
Left = 11
|
|
Height = 18
|
|
Top = 95
|
|
Width = 109
|
|
Caption = 'Path to Program:'
|
|
ParentColor = False
|
|
end
|
|
object editProgramPath: TFileNameEdit
|
|
Left = 128
|
|
Height = 25
|
|
Top = 95
|
|
Width = 240
|
|
FileName = '/home/felipe/Programas/lazarus-ccr/examples/androidlcl/android/libs/armeabi/libandroidlcltest.so'
|
|
DialogOptions = []
|
|
FilterIndex = 0
|
|
HideDirectories = False
|
|
ButtonWidth = 23
|
|
NumGlyphs = 0
|
|
MaxLength = 0
|
|
TabOrder = 3
|
|
end
|
|
end
|