~ubuntu-branches/ubuntu/precise/gnat-gps/precise

« back to all changes in this revision

Viewing changes to gvd/gvd/debugger-gdb-c.adb

  • Committer: Package Import Robot
  • Author(s): Ludovic Brenta
  • Date: 2012-01-15 15:42:21 UTC
  • mfrom: (10.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120115154221-ccysuzvh02pkhuwq
Tags: 5.0-6
Rebuild against libgtkada 2.24.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-----------------------------------------------------------------------
2
2
--                               G P S                               --
3
3
--                                                                   --
 
4
--                   Copyright (C) 2000-2010, AdaCore                --
4
5
--                                                                   --
5
6
-- GVD is free  software;  you can redistribute it and/or modify  it --
6
7
-- under the terms of the GNU General Public License as published by --
138
138
      return Record_Field_Name (C_Lang, Name, Field);
139
139
   end Record_Field_Name;
140
140
 
141
 
   ------------------------
142
 
   -- Get_Project_Fields --
143
 
   ------------------------
144
 
 
145
 
   overriding function Get_Project_Fields
146
 
     (Lang : access Gdb_C_Language) return Project_Field_Array
147
 
   is
148
 
      pragma Unreferenced (Lang);
149
 
   begin
150
 
      return Get_Project_Fields (C_Lang);
151
 
   end Get_Project_Fields;
152
 
 
153
141
   ---------------------
154
142
   -- Break Exception --
155
143
   ---------------------