• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision8384c35618fdfa66ea3ec6e84072cccc6192dd48 (tree)
Time2017-09-27 23:44:57
AuthorTom Tromey <tom@trom...>
CommiterTom Tromey

Log Message

Constify save_gdb_index_command

gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>

* dwarf2read.c (save_gdb_index_command): Constify.

Change Summary

Incremental Difference

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
11 2017-09-27 Tom Tromey <tom@tromey.com>
22
3+ * dwarf2read.c (save_gdb_index_command): Constify.
4+
5+2017-09-27 Tom Tromey <tom@tromey.com>
6+
37 * stap-probe.c (info_probes_stap_command): Constify.
48
59 2017-09-27 Tom Tromey <tom@tromey.com>
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -24028,7 +24028,7 @@ write_psymtabs_to_index (struct objfile *objfile, const char *dir)
2402824028 GDB manual. Any changes here must be documented there. */
2402924029
2403024030 static void
24031-save_gdb_index_command (char *arg, int from_tty)
24031+save_gdb_index_command (const char *arg, int from_tty)
2403224032 {
2403324033 struct objfile *objfile;
2403424034