Activity for duby

  • skalogryz skalogryz committed [r343]

    adding ppufpc unit

  • skalogryz skalogryz committed [r342]

    adding attribute class casting and proper reference data size

  • skalogryz skalogryz committed [r341]

    added dwarf2parser

  • skalogryz skalogryz committed [r340]

    dubylib own implementation of dwarf 2 specs.

  • skalogryz skalogryz committed [r339]

    dbgutils - adding a routine to writeout a memory buffer into hex values to stdout

  • skalogryz skalogryz committed [r338]

    Dwarf Location Expression parser unit. Location exprsesions are used to indicate where the date could be located in a debugged program run-time. (more flexible and complex approach than used in stabs)

  • skalogryz skalogryz committed [r337]

    dwarf utility unit (string representation), debugging rounties

  • skalogryz skalogryz committed [r336]

    updating dwarfconst to dwarfbase. The new unit now contains LEB type and decoding routines.

  • skalogryz skalogryz committed [r335]

    removing GPL code from fpdebugger. No longer used in dubylib

  • skalogryz skalogryz committed [r334]

    changing the order of initialization

  • skalogryz skalogryz committed [r333]

    adding disassembler command

  • skalogryz skalogryz committed [r332]

    allocating disassembler routine

  • skalogryz skalogryz committed [r331]

    i386 target identifier

  • skalogryz skalogryz committed [r330]

    Target property to identify CPU

  • skalogryz skalogryz committed [r329]

    adding capstone engine test

  • skalogryz skalogryz committed [r328]

    stack call review

  • skalogryz skalogryz committed [r327]

    additional command comments

  • skalogryz skalogryz committed [r326]

    using type info functions

  • skalogryz skalogryz committed [r325]

    improving address to source line search (allowing a line to be of any code length)

  • skalogryz skalogryz committed [r324]

    rework on breakpoints set/remove (using dubyline replies and breakpoint ids)

  • skalogryz skalogryz committed [r323]

    adding breakpoint messages of IDE friendly dubyline extension

  • skalogryz skalogryz committed [r322]

    adding environment variable whenever reporting an error with breakpoints

  • skalogryz skalogryz committed [r321]

    fix StrToSourceLineNum - driver separator must be kept in mind

  • skalogryz skalogryz committed [r320]

    flexible IDE extension

  • skalogryz skalogryz committed [r319]

    reworked handling breakpoints set and read

  • skalogryz skalogryz committed [r318]

    adding breakpoints ID support

  • skalogryz skalogryz committed [r317]

    restore RemoveBreakpoint functionality

  • skalogryz skalogryz committed [r316]

    adding support for the debugger breakpoints

  • skalogryz skalogryz committed [r315]

    added pausing of a debugger.

  • skalogryz skalogryz committed [r314]

    removing debugging out.

  • skalogryz skalogryz committed [r313]

    adding additional comments for used units

  • skalogryz skalogryz committed [r312]

    forcing system native slashes at all time, so SysUtils functions can be used.

  • skalogryz skalogryz committed [r311]

    reworked single-stepping processing.

  • skalogryz skalogryz committed [r310]

    adding a method to send ctrl+break (in console meaning of that) for a debugged process

  • skalogryz skalogryz committed [r309]

    handling Ctrl+C and Ctrl+Break equally - stopping the debugged process

  • skalogryz skalogryz committed [r308]

    proper placing for test

  • skalogryz skalogryz committed [r307]

    rename TDubyLine to TDubyLineIntf

  • skalogryz skalogryz committed [r306]

    additional description of the project directories

  • skalogryz skalogryz committed [r305]

    updating readme about the directories

  • skalogryz skalogryz committed [r304]

    dubylaztest - a test that could be used to debug dubylaz package, w/o rebuilding the IDE every time

  • skalogryz skalogryz committed [r303]

    updating dubylaz to be a lazarus package using TDebuggerIntf

  • skalogryz skalogryz committed [r302]

    remove the deprecated description from install.txt

  • skalogryz skalogryz committed [r301]

    lazarus-friendly event description (in json format)

  • skalogryz skalogryz committed [r300]

    setting up duby-line to be lazarus friendly

  • skalogryz skalogryz committed [r299]

    adding lazarus friendliness

  • skalogryz skalogryz committed [r295]

    adding higher level break method

  • skalogryz skalogryz committed [r298]

    adding ctrlbreak to stop the execution

  • skalogryz skalogryz committed [r296]

    change event reporting for winAPI

  • skalogryz skalogryz committed [r297]

    adding BreakExecution method (to stop a debugged process execution)

  • skalogryz skalogryz committed [r294]

    adding break process api

  • skalogryz skalogryz committed [r293]

    adding Ansi->Wide, Wide->Ansi messages to the ignore list. TODO: must be addressed later!

  • skalogryz skalogryz committed [r292]

    updating pascal expression interpreter to make function calls

  • skalogryz skalogryz committed [r291]

    updating function call to be in dbgUtils unit.

  • skalogryz skalogryz committed [r290]

    preventing parameters from overwriting their info

  • skalogryz skalogryz committed [r289]

    updating stabs symbols loader

  • skalogryz skalogryz committed [r288]

    update stabs reader test to handle exceptions

  • skalogryz skalogryz committed [r287]

    adjust reading of stabs. Always considering a pointer as unsigned integer

  • skalogryz skalogryz committed [r286]

    updating expression valuation function

  • skalogryz skalogryz committed [r285]

    adding a "context" into variable valuation and function call.

  • skalogryz skalogryz committed [r284]

    reworking function parsing - it's now an operation

  • skalogryz skalogryz committed [r283]

    adding support into dubyline of pascal expression valuator

  • skalogryz skalogryz committed [r282]

    initial pascal expression valuation support

  • skalogryz skalogryz committed [r281]

    expression valuation command

  • skalogryz skalogryz committed [r279]

    adding pascal expression parsing modules

  • skalogryz skalogryz committed [r280]

    adding expression valuation test

  • skalogryz skalogryz committed [r278]

    fix the call of a function. added test parameters

  • skalogryz skalogryz committed [r277]

    stop immediate execution only for certain type of events

  • skalogryz skalogryz committed [r276]

    initial function call implementation

  • skalogryz skalogryz committed [r275]

    reading stabs returning type

  • skalogryz skalogryz committed [r274]

    stabs, extending variable location to identify function return values

  • skalogryz skalogryz committed [r273]

    adding return var to specify the location of function result

  • skalogryz skalogryz committed [r272]

    adding RunUntilTheNextEvent for the command loop.

  • skalogryz skalogryz committed [r271]

    adding Assign() for registries set (in order to copy registries quicker)

  • skalogryz skalogryz committed [r270]

    updating CPU processing to generate calls.

  • skalogryz skalogryz committed [r269]

    adding delayed single-step mode commands

  • skalogryz skalogryz committed [r268]

    disable odd single-step mode. (why was it there in the first place?)

  • skalogryz skalogryz committed [r267]

    win debugging text cleanup

  • skalogryz skalogryz committed [r266]

    the test case to resolve file name by handle

  • skalogryz skalogryz committed [r265]

    winAPI utility to resolve file name from hFile handle

  • skalogryz skalogryz committed [r264]

    fix the winAPI function declaration. It should be stdcall

  • skalogryz skalogryz committed [r263]

    removing odd try-excepts

  • skalogryz skalogryz committed [r262]

    populating function call information for stabs

  • skalogryz skalogryz committed [r261]

    introducing the CPUCode for debugging information

  • skalogryz skalogryz committed [r260]

    limit stack data view to 16 entries

  • skalogryz skalogryz committed [r259]

    Showing internal debugging information for a debug event.

  • skalogryz skalogryz committed [r258]

    file name reference (**sign** this is because of Lazarus changes)

  • skalogryz skalogryz committed [r257]

    routine search by address

  • skalogryz skalogryz committed [r256]

    reading stabs function info

  • skalogryz skalogryz committed [r255]

    extending function symbol declaration

  • skalogryz skalogryz committed [r254]

    update in value search to be case insensitive

  • skalogryz skalogryz committed [r253]

    updating Memory Read, to prevent reading in "unreadable" areas

  • skalogryz skalogryz committed [r252]

    memory reading routines

  • skalogryz skalogryz committed [r251]

    data stack view

  • skalogryz skalogryz committed [r250]

    additional CPU information

  • skalogryz skalogryz committed [r249]

    additional comments for CPU properties

  • skalogryz skalogryz committed [r248]

    updating stabs information conversion.

  • skalogryz skalogryz committed [r247]

    exposing Target. (hmm maybe it's not necessary, because Process and Thread are exposed are available in environment?)

  • skalogryz skalogryz committed [r246]

    restore "where" command in debugger (was previously disabled due to the changes in the command loop)

  • skalogryz skalogryz committed [r245]

    fixed commands processing to use the last command on the file

  • skalogryz skalogryz committed [r244]

    updating stabs reference (cygwin link is outdated) using GNU link (found on wikipedia)

1 >