aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2000-10-30 * eval.c (parse_and_eval_long): New function.David Taylor11-17/+51
* value.h: Declare it. * breakpoint.c (breakpoints_info, maintenance_info_breakpoints): Call parse_and_eval_long, not parse_and_eval_address. * command.c (do_setshow_command): Ditto. * infcmd.c (step_1, signal_command, continue_command): Ditto. * infrun.c (signals_info): Ditto. * stack.c (set_backtrace_limit_command, backtrace_command_1, up_silently_base, down_silently_base): Ditto. * tracepoints.c (tracepoints_info, trace_find_command, trace_find_tracepoint_command): Ditto. * valprint.c (set_radix): Ditto. * values.c (show_values): Ditto.
2000-10-28Protoization.Kevin Buettner3-18/+12
2000-10-27* arch-utils.c (set_architecture, set_architecture_from_arch_mach,J.T. Conklin7-21/+47
set_gdbarch_from_file): Fix spelling error. * v850-tdep.c (v850_target_architecture_hook): Likewise. * gdbarch.sh: Fix spelling errors in comment. * gdbarch.c, gdbarch.h: Regenerate. * ppcnbsd-nat.c (fetch_core_registers, fetch_inferior_registers, store_inferior_registers): Support older NetBSD/powerpc systems from before fp reg support was added. Adapt to register number changes caused when powerpc target was multi-arched.
2000-10-27Corrected spelling errors in comments.David Anderson16-22/+30
gdbarch.{c,sh} removed a word from a comment.
2000-10-27Protoization.Kevin Buettner3-15/+23
2000-10-262000-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-0/+31
* stabsread.c (define_symbol): Update comment. 2000-10-26 Pierre Muller <muller@ics.u-strasbg.fr> * stabsread.c (define_symbol): Set the type_name of the type of the new symbol to the symbol name for type symbol, if the language is Pascal.
2000-10-26 * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr):Peter Schauer10-28/+84
New function. * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Add. * gdbarch.c, gdbarch.h: Regenerate. * valops.c (find_function_addr): Use CONVERT_FROM_FUNC_PTR_ADDR unconditionally. * config/rs6000/tm-rs6000.h (CONVERT_FROM_FUNC_PTR_ADDR): Delete definition. * config/powerpc/tm-linux.h (CONVERT_FROM_FUNC_PTR_ADDR): Remove undef. * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Fix comment. (rs6000_gdbarch_init): Register rs6000_convert_from_func_ptr_addr if not ELFOSABI_LINUX.
2000-10-25Revert change of 2000-10-24 in which solib-svr4.o was added to TDEPFILES.Kevin Buettner2-1/+7
2000-10-25 Approved by Andrew Cagney <ac131313@cygnus.com>Fred Fish2-1/+13
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Define using either the current arch or use zero.
2000-10-252000-10-25 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-1/+6
* ser-unix.c (do_unix_readchar): Coding style improvement only.
2000-10-252000-10-25 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-0/+8
* target.c (generic_mourn_inferior): Notify GUI that inferior is gone by calling detach_hook, if defined.
2000-10-24Call end_symtab() with SECT_OFF_TEXT (objfile).Kevin Buettner4-4/+13
2000-10-24Removed extraneous blank line from one of my entries.Kevin Buettner1-1/+0
2000-10-24Restructure my 2000-10-24 solib reorg entry.Kevin Buettner1-8/+4
2000-10-24Reorganize solib.c.Kevin Buettner41-1590/+1905
2000-10-242000-10-24 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-91/+146
* gdb.base/commands.exp: Break up long lines, and re-indent.
2000-10-24Protoization.Kevin Buettner2-17/+11
2000-10-24* solib.c (open_symbol_file_object): Update function signature toAndrew Cagney2-3/+9
match catch_errors function argument.
2000-10-24From 2000-09-06 Angela Marie Thomas <angela@cygnus.com>:Andrew Cagney2-1/+7
* infttrace.c (get_dictionary_entry_of_page): Function require_memory_page_dictionary takes no args.
2000-10-24Delete gdba.el. More recent gud.el part of standard EMACS distro.Andrew Cagney3-2607/+8
2000-10-24Cleanup merge botch.Andrew Cagney1-2/+0
2000-10-23Corrected spelling errors in commentsDavid Anderson11-24/+34
2000-10-23Protoization.Kevin Buettner3-12/+22
2000-10-22Remove erroneously committed entry.Christopher Faylor1-10/+0
2000-10-20Add Fred Fish to the Blanket Write Privs list.Andrew Cagney2-0/+5
2000-10-20Protoization.Kevin Buettner2-20/+19
2000-10-20From Daniel Berlin <dberlin@redhat.com> :Christopher Faylor1-0/+10
* symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize the symbol language to auto instead of unknown, so it will try to demangle the symbol. * symtab.h (OPNAME_PREFIX_P): Change operator prefix to correct value. * symtab.c (gdb_mangle_name): Properly handle C++ operators.
2000-10-192000-10-19 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-71/+147
* config/gdbserver.exp: Rewritten from the ground up, to make it compatible with the current dejagnu tree, and to make it work with the new "gdbserver" in libremote.
2000-10-18Protoization.Kevin Buettner4-28/+22
2000-10-172000-10-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder9-369/+559
* lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if no floating point support. (gdb_skip_stdio_test): New proc. Skip test if no stdio support. * gdb.base/call-ar-st.exp: Use above procs to skip tests. * gdb.base/call-rt-st.exp: Ditto. * gdb.base/call-strs.exp: Ditto. * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support. * gdb.base/varargs.exp: Skip entire test if no printf support. * gdb.base/ending-run.exp (Step to return): Skip if no printf supt. * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2000-10-16 * sparc-tdep.c (sparc_fix_call_dummy): Improve comments.Peter Schauer2-12/+33
Adjust call_dummy_breakpoint_offset, so that `finish' after a stop in a call dummy works. (sparc_gdbarch_init): Fix setting of pc_in_call_dummy, it depends on SPARC32/64_CALL_DUMMY_ON_STACK, not DO_CALL_DUMMY_ON_STACK.
2000-10-16Spelling changes from Dmitry Sivachenko <dima@Chg.RU>.Eli Zaretskii4-4/+15
2000-10-16Protoization.Kevin Buettner4-20/+21
2000-10-132000-10-13 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-2/+14
* remote.c (putpkt_binary): Call read_frame, not getpkt. Log message. (read_frame): Do not call error() on communication error when reading checksum, but return failure instead and log message.
2000-10-132000-10-13 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2-0/+7
* varobj.c (type_changeable): Arrays are not changeable. Trying to check for updates was causing an error if the array lived in a register as gdb value_equal() cannot handle that case yet.
2000-10-132000-10-13 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2-13/+22
* varobj.c (varobj_update): Prevent uninitialized error code to be returned on type_changed. Also, prevent value_equal() to be called for the types we do not want to test for updates.
2000-10-122000-10-11 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser4-2/+41
From Grant Edwards <grante@visi.com> This keeps the GUI alive while running an RDI target and lets the STOP button be used to stop the target. * remote-rdi.c (arm_rdi_stop): New function. Implements target_stop. (init_rdi_ops): Set to_stop target vector entry to the above. * rdi-share/ardi.c (stop_request): New variable. Tells when a stop has been requested. (angel_RDI_stop_request): New function. Registers that a stop has been requested. (angel_RDI_ExecuteOrStep): Add call to ui_loop_hook() in loop that waits while target is executing. Initialize and reset stop_request. * rdi-share/ardi.h: Add declaration of angel_RDI_stop_request().
2000-10-12Protoization.Kevin Buettner4-19/+25
2000-10-122000-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-28/+18
From Daniel Berlin <dberlin@redhat.com> : * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize the symbol language to auto instead of unknown, so it will try to demangle the symbol. * symtab.h (OPNAME_PREFIX_P): Change operator prefix to correct value. * symtab.c (gdb_mangle_name): Properly handle C++ operators.
2000-10-122000-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-37/+86
From Daniel Berlin <dberlin@redhat.com> : * symtab.c (lookup_symbol_aux): New function. Renamed from lookup_symbol. Move code to do demangling/case sensitivity to lookup_symbol(). (lookup_symbol): Now wrapper for lookup_symbol_aux, so we can perform case sensitivity/demangling without leaking memory. Move code to do demangling/case sensitivity from old_lookup_symbol to here. (lookup_partial_symbol): Use SYMBOL_SOURCE_NAME instead of SYMBOL_NAME. (lookup_block_symbol): Use SYMBOL_SOURCE_NAME instead of SYMBOL_NAME. Don't do linear search in case of C++. * symfile.c (compare_symbols): Use SYMBOL_SOURCE_NAME instead of SYMBOL_NAME. (compare_psymbols): Same here.
2000-10-10Protoization.Kevin Buettner4-26/+25
2000-10-09 * config/i386/i386sol2.mh: Add XM_CLIBS definition to resolvePeter Schauer2-0/+6
reference to gethostbyname.
2000-10-08Whitespace tweak: replace leading spaces with a hard tab.Ben Elliston1-1/+1
2000-10-06Protoization.Kevin Buettner4-25/+28
2000-10-05Add a limit parameter for scanning the prologue.Kevin Buettner2-9/+15
2000-10-03Protoization.Kevin Buettner3-21/+37
2000-10-02Protoization.Kevin Buettner3-16/+28
2000-09-30Make definitions of supply_gregset, fill_gregset, supply_fpregset,Kevin Buettner2-4/+13
and fill_fpregset match declarations in gregset.h.
2000-09-30Protoization.Kevin Buettner3-14/+23
2000-09-28 * sol-thread.c (ps_pdmodel): Return PR_MODEL_UNKNOWN instead ofPeter Schauer2-3/+7
PS_ERR if exec_bfd is not yet open.