Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-21 | * value.h (struct value): Doc fix, and rearrange members to place | Jim Blandy | 2 | -21/+50 | |
them near their explanations. | |||||
2001-05-21 | 2001-05-21 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -2/+9 | |
* remote.c (remote_async_wait): Added new variable fieldsize. Add fieldsize (return value of hex2bin) to string pointer p. | |||||
2001-05-21 | Formatting tweak. | Jim Blandy | 1 | -1/+2 | |
2001-05-20 | * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation. | Stephane Carrez | 2 | -2/+11 | |
(m68hc11_analyze_instruction): Update the pc correctly. (m68hc11_guess_from_prologue): Take into account the stack correction for the saving address. | |||||
2001-05-19 | 2001-05-07 Daniel Berlin <dan@cgsoftware.com> | Daniel Berlin | 4 | -9/+80 | |
Changes by Jim Ingham: * values.c (value_change_enclosing_type): New function. If the new enclosing type is larger than the old one, we need to allocate more space. * value.h: Add value_change_enclosing_type prototype. * valops.c (value_cast): Use it. (value_assign): Use it. (value_addr): Use it. (value_ind): Use it. (value_full_object): Use it. 2001-05-07 Daniel Berlin <dan@cgsoftware.com> * values.c (value_static_field): Handle static fields that have a constant value. | |||||
2001-05-17 | 2001-05-17 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -4/+8 | |
* blockframe.c (create_new_frame): Zero all the fields via memset, rather than zeroing them one by one. | |||||
2001-05-17 | * top.c (user_args): Remove unused declaration. | Eli Zaretskii | 2 | -15/+4 | |
2001-05-16 | 2001-05-15 John S Kallal <jskallal@home.com> | Michael Snyder | 2 | -2/+9 | |
* remote.c (remote_wait): Added new variable fieldsize. Add fieldsize (return value of hex2bin) to string pointer p. | |||||
2001-05-16 | 2001-05-16 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -3/+6 | |
* infcmd.c (do_registers_info): Move alloca outside of loop. | |||||
2001-05-15 | * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from | Mark Kettenis | 2 | -1/+6 | |
info.bfd_arch_info. | |||||
2001-05-15 | Fix warnings resulting from fact that GET_LWP() now returns a long rather | Kevin Buettner | 2 | -5/+12 | |
than an int. | |||||
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 18 | -173/+267 | |
2001-05-14 | Remove stray @item's. | Andrew Cagney | 2 | -2/+7 | |
2001-05-14 | 2001-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -11/+14 | |
* remote.c (hex2bin): Make first argument const. Require explicit count, don't accept null-terminated str. (remote_resume, remote_async_resume): White space fix-up. | |||||
2001-05-14 | * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of | Mark Kettenis | 2 | -2/+10 | |
basename (NAME). The FreeBSD basename returns a pointer to a static buffer, even if it's simply returning a string identical to its argument. (lookup_partial_symtab): Likewise. | |||||
2001-05-14 | 2001-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 3 | -0/+15 | |
* solib.c, solib.h: Add comment for function no_shared_libraries. | |||||
2001-05-14 | 2001-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -2/+6 | |
* remote.c (remote_write_bytes): Set nr_bytes to return value of bin2hex. | |||||
2001-05-14 | Fix no_shared_libraries() declaration. | Kevin Buettner | 2 | -1/+6 | |
2001-05-14 | Output ``[...]'' when a list. | Andrew Cagney | 2 | -2/+26 | |
2001-05-14 | * remote.c (remote_write_bytes): Set nr_bytes before returning it. | Andrew Cagney | 3 | -0/+8 | |
* solib.h (no_shared_libraries): Declare. | |||||
2001-05-14 | Fix logic selecting a new architecture. Use the sequence: | Andrew Cagney | 5 | -117/+106 | |
o provided by INFO o hard-wired by (gdb) set ... o reversed engineered from INFO.abfd o default to previous architecture | |||||
2001-05-14 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | Andrew Cagney | 2 | -3/+7 | |
2001-05-12 | Add missing entry for change committed on 2001-01-28. | Michael Chastain | 1 | -0/+22 | |
2001-05-12 | 2001-05-12 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 3 | -2/+15 | |
* remote-e7000.c (e7000_open): Check for bad baud rate. * remote-st.c (st2000_open): Ditto. | |||||
2001-05-12 | * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin | Jim Blandy | 2 | -2/+6 | |
and ui_out_tuple_end instead of ui_out_list_begin and ui_out_list_end. | |||||
2001-05-12 | * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of | Jim Blandy | 2 | -2/+8 | |
dependencies. Reorder dependencies to match #includes in file, for easier verification. | |||||
2001-05-12 | s/ui_out_list/ui_out_tupple/ | Andrew Cagney | 13 | -104/+158 | |
2001-05-12 | * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it. | Jim Blandy | 2 | -1/+4 | |
2001-05-12 | Tweeks from RDBrown to fix compiling on HP/UX using HP's compiler. | Andrew Cagney | 4 | -15/+32 | |
2001-05-12 | NEWS on version.in. | Andrew Cagney | 2 | -0/+7 | |
2001-05-12 | * mips-tdep.c (mips_store_return_value, | Jim Blandy | 2 | -2/+8 | |
mips_extract_return_value): Pass arguments to return_value_location in the proper order. | |||||
2001-05-12 | Replace Makefile.in:VERSION with the file version.in. | Andrew Cagney | 3 | -8/+17 | |
2001-05-11 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -19/+13 | |
* gdb.base/completion.exp: Revamp test. Make it execute on all platforms. | |||||
2001-05-11 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -1/+5 | |
* gdb.base/completion.exp: Revamp test. Make it execute on all platforms. | |||||
2001-05-11 | Add ``type'' parameter to set_raw_breakpoint(). | Kevin Buettner | 2 | -65/+63 | |
2001-05-11 | 2001-05-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -8/+47 | |
* ser-unix.c (rate_to_code): Issue warning if baud rate is invalid. (hardwire_setbaudrate): Set errno to EINVAL and return with error if the conversion of the baud rate to code fails. | |||||
2001-05-11 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 1 | -3/+11 | |
* symtab.c (print_msymbol_info): Print addresses by portable method longest_local_hex_string_custom. Allow for 64-bit addresses. | |||||
2001-05-11 | 2001-05-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -16/+57 | |
* mi-var-child.exp: Adjust for the fact that now (char *) can be dereferenced. | |||||
2001-05-10 | Pass the tupple/list parameter. | Andrew Cagney | 2 | -13/+25 | |
2001-05-10 | 2001-05-10 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 3 | -3/+44 | |
* ui-out.h (make_cleanup_ui_out_begin_end): Declare. * ui-out.c (struct ui_out_end_cleanup_data): Define. (do_cleanup_end): New function. Replace do_list_end. (make_cleanup_ui_out_end): New function. (make_cleanup_ui_out_begin_end): New function. (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end. | |||||
2001-05-10 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -0/+7 | |
* MAINTAINERS: Declare xcoffread.c open to all maintainers, and make Kevin Buettner (kevinb@redhat.com) the reference person. | |||||
2001-05-10 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -1/+8 | |
* proc-api.c (ioctl_with_trace): Fix uninitialized variable. | |||||
2001-05-10 | 2001-05-10 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -0/+11 | |
* MAINTAINERS: Add testsuite subdirectory co-maintainers. | |||||
2001-05-10 | Fix -Werror problem with mi-main.c. | Andrew Cagney | 4 | -1/+11 | |
2001-05-10 | Fix ChangeLog cut-n-paste error! | Elena Zannoni | 1 | -2/+6 | |
2001-05-10 | 2001-04-12 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -3/+46 | |
* config/gdbserver.exp (gdb_load): Handle the case in which the arguments to gdbserver are given in the baseboard configuration file. Also handle the case in which the server needs to do a load. | |||||
2001-05-10 | 2001-05-10 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -2/+19 | |
* remote.c (remote_open_1): Call no_shared_libraries, so that symbols for shared libraries can be reloaded per session. (remote_async_open_1): Ditto. | |||||
2001-05-10 | 2001-05-10 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -61/+71 | |
* remote.c (bin2hex, hex2bin): New functions. Factor out these two conversions which are coded for repeatedly in this module. (remote_threads_extra_info, remote_wait, remote_async_wait, store_register_using_P, remote_store_registers, remote_write_bytes, remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead of coding the conversions inline. (fromhex): Not exported, change from extern to static. | |||||
2001-05-10 | Delete ``info architecture'' command. | Andrew Cagney | 2 | -37/+6 | |
2001-05-10 | General updates for 5.1/5.2 lists. | Andrew Cagney | 2 | -3/+50 | |