summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix POO file warning. Regenerate everthing that wants to be.Andrew Cagney2001-10-318-569/+592
|
* *** empty log message ***gdbadmin2001-10-311-1/+1
|
* *** empty log message ***gdbadmin2001-10-301-1/+1
|
* *** empty log message ***gdbadmin2001-10-291-1/+1
|
* Merge from HEAD.Daniel Jacobowitz2001-10-287-13/+98
| | | | | | | | | | | | | | | | | | | | | | | 2001-10-27 Daniel Jacobowitz <drow@mvista.com> * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings. * gdm.mi/mi0-hack-cli.exp: Likewise. 2001-10-01 Daniel Jacobowitz <drow@mvista.com> * gdb.threads/pthreads.exp: Wait for output and delay before sending ^C. 2001-10-01 Daniel Jacobowitz <drow@mvista.com> * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize some incorrect output instead of timing out. * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise. 2001-09-27 Daniel Jacobowitz <drow@mvista.com> * gdb.base/completion.exp: Remove incorrect 'p "a' test. Add tests for 'p "break' (pass) and 'p "break.' (xfail).
* *** empty log message ***gdbadmin2001-10-281-1/+1
|
* *** empty log message ***gdbadmin2001-10-271-1/+1
|
* * arm-linux-nat.c (fill_gregset): Do not check register_valid[].Daniel Jacobowitz2001-10-262-17/+13
| | | | (fill_fpregset): Likewise.
* 2001-10-26 Orjan Friberg <orjanf@axis.com>Orjan Friberg2001-10-262-27/+42
| | | | | | * cris-tdep.c (constraint): Loop through the whole cris_spec_regs struct, not just the NUM_SPECREGS first entries. (bdap_prefix): Read PC before autoincrement.
* *** empty log message ***gdbadmin2001-10-261-1/+1
|
* *** empty log message ***gdbadmin2001-10-251-1/+1
|
* *** empty log message ***gdbadmin2001-10-241-1/+1
|
* *** empty log message ***gdbadmin2001-10-231-1/+1
|
* *** empty log message ***gdbadmin2001-10-221-1/+1
|
* Don't print ``(MI_OUT)'' during startup.Andrew Cagney2001-10-214-11/+11
|
* * config/djgpp/README: Fix a typo and tweak for GDB 5.1.Eli Zaretskii2001-10-212-15/+20
|
* *** empty log message ***gdbadmin2001-10-211-1/+1
|
* * alpha-nat.c: Include <alpha/coreregs.h> instead ofAndrew Cagney2001-10-202-3/+26
| | | | | | <machine/reg.h>. (fetch_osf_core_registers): Define core_reg_mapping in a way that works on OSF5 as well as previous OSF versions.
* Revert previous erroneous checkin.Christopher Faylor2001-10-201-1/+0
|
* * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin may notChristopher Faylor2001-10-203-2/+6
| | | | be able to read them in certain situations.
* *** empty log message ***gdbadmin2001-10-201-1/+1
|
* *** empty log message ***gdbadmin2001-10-191-1/+1
|
* * README: Mention problems with HP/UX.Andrew Cagney2001-10-182-2/+16
|
* *** empty log message ***gdbadmin2001-10-181-1/+1
|
* *** empty log message ***gdbadmin2001-10-171-1/+1
|
* * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding load ofChristopher Faylor2001-10-162-9/+20
| | | | | | | already loaded DLL. (register_loaded_dll): Convert loaded DLL name to "posix" format or it will confuse subsequent opening of the filename due to dos paths. (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
* 202001-10-15 Jim Ingham <jingham@inghji.apple.com>Andrew Cagney2001-10-162-2/+7
| | | | | * valarith.c (value_sub): Don't pass a raw type to value_from_pointer, it has to go through check_typedef first.
* *** empty log message ***gdbadmin2001-10-161-1/+1
|
* * dbxread.c (process_one_symbol): Don't use error result fromKevin Buettner2001-10-153-6/+47
| | | | | | | | | find_stab_function_addr(). * partial-stab.h (case 'F'): Likewise. * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING code match that used for case 'F'. This fixes the divergence that was introduced by my 1999-09-14 changes to partial-stab.h.
* *** empty log message ***gdbadmin2001-10-151-1/+1
|
* *** empty log message ***gdbadmin2001-10-141-1/+1
|
* S/390 31 & 64 bit target and GNU/Linux native support.Andrew Cagney2001-10-1312-0/+2141
| | | | | | | | | | | Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM. * s390-nat.c, s390-tdep.c: New file. * config/s390/nm-linux.h, config/s390/s390.mh: New file. * config/s390/s390.mt, config/s390/s390x.mt: New file. * config/s390/tm-linux.h, config/s390/tm-s390.h: New file. * config/s390/xm-linux.h: New file. * NEWS: Update. * MAINTAINERS: Update.
* From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:Andrew Cagney2001-10-133-3/+10
| | | | | | * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check CALL_DUMMY_BREAKPOINT_OFFSET_P. * gdbarch.c: Regenerate.
* Fix capitalization.Christopher Faylor2001-10-131-1/+1
|
* * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked listChristopher Faylor2001-10-132-1/+6
| | | | pointer to beginning rather than one beyond beginning.
* *** empty log message ***gdbadmin2001-10-131-1/+1
|
* *** empty log message ***gdbadmin2001-10-121-1/+1
|
* Add YYYY-MM-DD, bump to 91.Andrew Cagney2001-10-122-1/+5
|
* * config/i386/tm-cygwin.h: include tm-i386.h instead of tm-i386v.h. This fixesChristopher Faylor2001-10-123-21/+50
| | | | | | | | | | | | | | | errors in "long long" handling for 'finish' and 'return' commands. * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared library if it has already been loaded. (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see any error messages. (safe_symbol_file_add): Ditto. (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass it to safe_symbol_file_add. (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter. (child_solib_add): Ditto. * win32-nat.c (handle_exception): Don't print "first chance" exceptions. (get_child_debug_event): Continue from exceptions if !handle_exception.
* * win32-nat.c (get_child_debug_event): Close file handles created after processChristopher Faylor2001-10-112-0/+11
| | | | | | creation and DLL load. (child_create_inferior): Close unneeded process/thread handle after thread creation.
* Document changes to hpux-threads.c.Joel Brobecker2001-10-081-0/+7
|
* Rewrite find_active_thread() and find_tcb() to use ptid_t, instead ofJoel Brobecker2001-10-081-16/+12
| | | | | | overloading the thread and the pid into the same 32-bit value. Make associated necessary adaptations. Also remove unused variable cached_active_thread.
* From Ilya Golubev <gin@mo.msk.ru>:Kevin Buettner2001-09-274-0/+12
| | | | | | | * solib.c (clear_solib): Call `remove_target_sections' to fix stale pointers in `struct target_ops'. * irix5-nat.c (clear_solib): Likewise. * osfsolib.c (clear_solib): Likewise.
* * CONTRIBUTE: Update.gdb_s390-2001-09-26-branchpointAndrew Cagney2001-09-262-49/+23
|
* 2001-09-24 Orjan Friberg <orjanf@axis.com>Orjan Friberg2001-09-242-1/+6
| | | | | * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1 from correct register.
* * printcmd.c (print_insn): Use the given stream forKeith Seitz2001-09-182-0/+7
| | | | output.
* 2001-09-10 Jason Molenda (jmolenda@apple.com)Jason Molenda2001-09-103-3/+8
| | | | | * NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
* * regcache.c (read_register_bytes): When REGISTER_NAME indicatesAndrew Cagney2001-08-272-5/+18
| | | | | that a register should be ignored, supply a value for the register from the raw registers[] buffer.
* * go32-nat.c (go32_create_inferior): Use xfree instead of free.Andrew Cagney2001-08-243-1/+9
| | | | | * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and i386bsd-nat.c.
* 2001-08-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-08-163-13/+16
| | | | | | | | | | | H.J. Lu (hjl@gnu.org) * partial-stab.h: valu should be a CORE_ADDR. 2001-08-08 H.J. Lu (hjl@gnu.org) * dbxread.c (SWAP_SYMBOL): Removed. (INTERNALIZE_SYMBOL): Check sign extended vma.