0
I Use This!
Inactive

Commits : Listings

Analyzed 26 minutes ago. based on code collected about 7 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed: [examples/* src/*] License clarification (which GPL version, requested by RMS) * Fixed: [Makefile] Missing clean for version and examples/ * Added: [examples/Makefile] Missing ticepic clean and back-ups. * Added: [src/Makefile] Back-ups removal. * Modified: [src/mi_gdb.h] Version to 0.8.13
set
More... almost 8 years ago
* Added: SETEdit project
set
More... almost 8 years ago
* Fixed: License clarification (which GPL version, requested by RMS) * Modified: Version to 0.8.13
set
More... almost 8 years ago
* Added: Back-ups removal.
set
More... almost 8 years ago
* Fixed: License clarification (which GPL version, requested by RMS)
set
More... almost 8 years ago
* Added: Missing ticepic clean and back-ups.
set
More... almost 8 years ago
* Added: icepic link
set
More... almost 8 years ago
* Fixed: Missing clean for version and examples/
set
More... almost 8 years ago
* Modified: [connect.c] To ignore \r characters from gdb. Markus Huebenthal saw them using gdb 6.8. * Modified: [prg_control.c] -readnow vs file name order. Don't remmember who pointed-out it.
set
More... almost 14 years ago
* Modified: -readnow vs file name order. Don't remmember who pointed-out it.
set
More... almost 14 years ago
* Modified: To ignore \r characters from gdb. Markus Huebenthal saw them using gdb 6.8.
set
More... almost 14 years ago
* Added: cmds.txt example.
set
More... about 14 years ago
* Added: [ticepic.c examples/Makefile] Example of how to use something different than gdb. * Added: [x11_cpp_test.cc cmds.txt] Example of how to specify an starting commands file. * Added: [connect.c mi_gdb.h] Functionality to indicate a file containing commands to be executed at start-up and after connection. * Modified: [mi_gdb.h] Version to 0.8.12. * Fixed: [target_man.c] Return value for gmi_target_select. * Added: [.cvsignore] version executable exclusion. * Added: [examples/.cvsignore] ticepic binary exclusion.
set
More... about 14 years ago
* Added: "from" field to the mi_frames structure. Suggested by Val Greene (vgreene/SF).
set
More... almost 17 years ago
* Added: Implementation of the -target-download command, used to download a binary to the remote target. * Added: An option to MIDebugger::SelectTargetRemote used to load the binary to the remote target. Useful for embedded systems, tested with avr-gdb.
set
More... almost 17 years ago
* Added: AVR architecture. * Added: Workaround for bugs in -gdb-show architecture. Seen on gdb 6.4.x.
set
More... almost 17 years ago
* Added: pic14 architecture. That's for an in-circuit emulator that I'm developing.
set
More... almost 17 years ago
* Fixed: When parsing an address from gdb strtol isn't suitable, strtoul is better.
set
More... almost 17 years ago
* Fixed: Apple seem to have changed the output type for stack frames to be a tuple of tuples rather than a list of tuples. Patch from Greg.
set
More... over 18 years ago
* Updated: Version to 0.8.10.
set
More... almost 19 years ago
* Fixed: Breakpoint parser filled the "type" field instead of the "disp" field. Patch by Max Kovalenko (madmax/botik/ru). * Modified: Version to 0.8.10.
set
More... almost 19 years ago
* Fixed: pty_test.c to also exit when read returns 0 (Linux case). Patch from Greg.
set
More... almost 19 years ago
* Modified: Regenerated the docs to include the new documentation about ptys. Also changed the docs to name version 0.8.9.
set
More... almost 19 years ago
* Applied patches from Greg Watson (gwatson/lanl/gov): * Removes apple code from src/get_free_vt.c * Adds a new file src/get_free_pty.c This is a new functionality to communicate with the debuggie using a pseudo terminal. * Adds new mi_pty structure to src/mi_gdb.h * Modifies src/Makefile to build get_free_pty.o * Adds new file examples/pty_test.c * Modifies examples/Makefile to build pty_test
set
More... almost 19 years ago
* Applied patches from Greg Watson (gwatson/lanl/gov): * Add pty support for Darwin, including extending the mi_aux_term structure to include a file descriptor for the master side of the pty. This allows the code to prevent a race condition between checking for a free pty and opening it. * Rename mi_get_sttoped() to mi_get_stopped() and expose the interface in mi_gdb.h. * Added new gmi_exec_next_cnt() and gmi_exec_stop_cnt() commands. * Add support for the broken Darwin version of gdb (tuples can contain values as well as results). * Fix the 'signal-name' and 'signal-meaning' variable names (were 'signal_name' and 'signal_meaning'). * Allow a 'count' argument to be supplied to mi_exec_step() and mi_exec_next().
set
More... almost 19 years ago
* Fixed: Compilations problems for SuSE 5.2. Reported by J.B. Lethbridge.
set
More... over 19 years ago
* Fixed: FinishFun member must set the state to running if the command succeed.
set
More... over 19 years ago
* Modified: Version to 0.8.7.
set
More... over 19 years ago
* Fixed: Various examples to compile with current code. * Fixed: Some missing headers. Needed to compile on BSD systems.
set
More... over 19 years ago
* Added: [Cygwin] Some minimal support. Now when the target is selected we tell gdb to use a new window. It seems to work but the new window have some serious problems.
set
More... over 19 years ago