aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
AgeCommit message (Collapse)AuthorFilesLines
2001-03-19* TODO: List known problems with TUI.Andrew Cagney1-1/+100
2001-03-15Add list of targets being obsoleted.Andrew Cagney1-4/+43
2001-03-14Update target list.Andrew Cagney1-1/+8
2001-03-08* TODO: Revise 5.1 list. Delete PARAMS task. Add coding standardAndrew Cagney1-103/+144
review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general.
2001-03-08Doco SID + GDB + Solaris 8 broken.Andrew Cagney1-28/+16
2001-03-05* TODO (GDB 5.1 Known Problems): Document z8k as broken.Andrew Cagney1-0/+12
2001-02-23Mention how to cite GDB problem reports.Andrew Cagney1-0/+5
2001-02-19TODO Tweeks.Andrew Cagney1-4/+9
2001-02-16Move hardware stuff to not 5.1 - changelog already committed.Andrew Cagney1-20/+20
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-4/+0
internal_verror().
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-5/+1
2000-12-212000-12-21 Fernando Nasser <fnasser@redhat.com>Fernando Nasser1-0/+5
* TODO: Add pre-uiout code removal to 5.2 cleanups.
2000-11-27* TODO: Add GFDL updates to 5.1 release criteria.Andrew Cagney1-0/+13
2000-11-20Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney1-7/+0
2000-11-20Add ``extern'' and STREQ to cleanups.Andrew Cagney1-0/+12
2000-11-03* TODO: Note abstraction layer violation where "ocd reset" commandJ.T. Conklin1-0/+8
must invalidate the dcache, and how this might be fixed. * monitor.c (#include "dcache.h"): Removed. (remote_dcache): Removed. (monitor_open): Removed code that created local dcache. (flush_monitor_dcache): Removed (unused function). (monitor_resume): Removed call to dcache_invd(). (monitor_load): Likewise. (monitor_xfer_memory): Changed to call monitor_write_memory(), monitor_write_memory_block(), and monitor_read_memory() instead of dcache_xfer_memory(). * monitor.h (flush_monitor_dcache): Removed (unused function). * ocd.c (#include "dcache.h"): Removed. (ocd_dcache): Removed. (ocd_open): Removed code that created local dcache. (ocd_resume): Removed call to dcache_invd(). (ocd_xfer_memory): Changed to call ocd_write_bytes() and ocd_read_bytes() instead of dcache_xfer_memory(). (bdm_reset_command): Invalidate target dcache. * remote-bug.c (bug_load): Remove call to dcache_invd(). (bug_resume): Likewise. (bug_settings): Remove dcache, readfunc, and writefunc fields from initializer. (bug_xfer_memory): Changed to call bug_read_memory() and bug_write_memory() instead of dcache_xfer_memory(). * remote-nindy.c (#include "dcache.h"): Removed. (nindy_dcache): Removed. (nindy_open): Removed code that created local dcache. (nindy_resume): Removed call to dcache_invd(). (nindy_load): Likewise. (nindy_xfer_inferior_memory): Changed to call ninMemPut() and ninMemGet() instead of dcache_xfer_memory(). * remote-sds.c (#include "dcache.h"): Removed. (sds_dcache): Removed. (sds_open): Removed code that created local dcache. (sds_resume): Removed call to dcache_invd(). (sds_xfer_memory): Changed to call sds_write_bytes() and sds_read_bytes() instead of dcache_xfer_memory(). * remote-utils.c (gr_open): Removed code that created local dcache. * remote-utils.h (#include "dcache.h"): Removed. (struct gr_settings): Removed dcache, readfunc, and writefunc fields. (gr_get_dcache, gr_set_dcache): Removed macro definitions. * remote.c (#include "dcache.h"): Removed. (remote_dcache): Removed. (remote_open_1): Removed code that created local dcache. (remote_async_open_1): Likewise. (remote_resume): Removed call to dcache_invd(). (remote_async_resume): Likewise. (remote_xfer_memory): Changed to call remote_write_bytes() and remote_read_bytes() instead of dcache_xfer_memory(). * wince.c (#include "dcache.h"): Removed. (remote_dcache): Removed. (child_create_inferior): Removed code that created local dcache. (child_xfer_memory): Changed to call remote_write_bytes() and remote_read_bytes() instead of dcache_xfer_memory(). (child_resume): Removed call to dcache_invd(). * target.c (target_dcache): Added. (target_load): Invalidate target_dcache. (do_xfer_memory): New function. (target_xfer_memory): Reimplement in terms of dcache_xfer_memory(). (target_xfer_memory_partial): Likewise. (initialize_targets): Create target_dcache. * target.h (#include "dcache.h"): Added. (target_open): Invalidate target_dcache. (target_resume): Likewise. (do_xfer_memory): New declaration. * dcache.c (dcache_init): Removed reading and writing arguments. (dcache_struct): Removed read_memory and write_memory fields. (dcache_write_line): Call do_xfer_memory. (dcache_read_line): Likewise. (dcache_xfer_memory): Likewise. (dcache_invalidate): Renamed from dcache_invd. (dcache_init): Updated. (dcache_xfer_memory): Updated. * dcache.h (memxferfunc): Removed definition.
2000-10-23Corrected spelling errors in commentsDavid Anderson1-12/+12
2000-09-062000-09-06 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+20
* TODO: Add hardware watchpint problems on x86 OSes for 5.1.
2000-08-08remove build_parse entry about buffer overrun.David Taylor1-4/+0
2000-08-04Re-implement ``set/show remote Z-packet ...'' commands so that each ZAndrew Cagney1-6/+6
packet sub-type can be explicitly controled.
2000-08-03Minor tweeks.Andrew Cagney1-0/+4
2000-08-03List things for 5.1.Andrew Cagney1-108/+210
2000-08-02Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney1-6/+0
* configure.in (targetfile): Ignore TM_FILE, don't just issue warning. (tm_h, xm_h, nm_h, GDB_TM_FILE, GDB_XM_FILE, GDB_NM_FILE): Define. * acconfig.h (GDB_XM_FILE, GDB_TM_FILE, GDB_NM_FILE): Add. * config/nm-empty.h: Delete. * defs.h (xm.h, nm.h, tm.h): Only include when GDB_XM_FILE, GDB_NM_FILE or GDB_TM_FILE defined. * Makefile.in (defs_h): Replace tm.h, xm.h and nm.h with tm_h, xm_h and nm_h macro that are defined by configure. (tm_h, xm_h, tm_h): New. * configure, config.in: Regenerate * TODO: Update.
2000-08-02Use add_set_auto_boolean_cmd() to implement ``set remote ?-packet''Andrew Cagney1-7/+0
command.
2000-08-02Updates.Andrew Cagney1-0/+19
2000-07-24Updated TODO.Anthony Green1-1/+2
2000-07-11* printcmd.c (print_scalar_formatted): Move masking of 'a' addressAndrew Cagney1-0/+9
from here. (print_address_numeric): To here. * TODO: Update.
2000-07-092000-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-8/+0
* TODO: Remove readline 4.1 import item.
2000-07-05Update TODO.Andrew Cagney1-0/+22
2000-07-04* TODO: Update.Mark Kettenis1-5/+3
2000-06-23Add support for auto_boolean (true, false or auto).Andrew Cagney1-0/+30
2000-06-12Update TODO - SER_HARDWIRE problem was fixed.Andrew Cagney1-12/+0
2000-06-08MIPS is always multi-arch enabled.Andrew Cagney1-0/+10
2000-06-08Use config.bfd to determine the default architecture and byte order.Andrew Cagney1-0/+10
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value.
2000-06-08Change signature of function add_set_enum_cmd() so that it usesAndrew Cagney1-6/+19
constant character pointers. Update everything. As a consequence fix infrun's follow-fork plugging a small memory leak.
2000-06-07Purge last remaining make_cleanup_func.Andrew Cagney1-8/+3
2000-06-07The attatched moves the remaining guff from gdbarch.{h,c,sh} toAndrew Cagney1-8/+30
arch-utils.{h,c}. The ``set architecutre'' and ``set endian'' commands (part of the move) were implemented to use add_set_enum_cmd() so that ``set architecture <tab>'' works.
2000-06-05More updates.Andrew Cagney1-38/+87
2000-06-04Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney1-9/+0
signed_pointer_to_address() etc. Rename generic_pointer_to_address() to unsigned_pointer_to_address() etc.
2000-06-04Eliminate safe_strsignal().Andrew Cagney1-0/+9
2000-06-01More updates.Andrew Cagney1-1/+89
2000-05-30Further re-arange into distinct sections.Andrew Cagney1-265/+505
2000-05-25Have TUI use the same configury mechanism as MI.Andrew Cagney1-9/+12
2000-05-25Update JimI's e-mail addres.Andrew Cagney1-10/+8
Update TODO - FreeBSD mostly fixed.
2000-05-23IRIX GCC fixes from 5.0 branch.Andrew Cagney1-8/+4
2000-05-22Replace preg() with phex(). Cleanup monitor.c.Andrew Cagney1-2/+9
2000-05-17Minor maint et.al. tweeks.Andrew Cagney1-0/+33
2000-05-16Review TODO.Andrew Cagney1-201/+432
2000-05-16Rename mi/ChangeLog-mi -> mi/ChangeLogAndrew Cagney1-8/+0
2000-05-15Add notes on register cache.Andrew Cagney1-13/+142