[gnome-builder] (86 commits) Non-fast-forward update to branch wip/chergert/debugger



The branch 'wip/chergert/debugger' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  9d902a9... debugger: stub out various debugger API mechanics
  673ca36... debugger: start on IdeDebugger interface
  c2f4a76... debug-manager: find suitable debugger when starting session
  4d5ebab... debugger: set runner failed if no debugger was found
  55f9618... debugger: assign from PeasExtension
  bd0764e... debugger: add IdeDebugger::get_name() vfunc
  5f514cd... gdb: stub out gdb plugin
  b7737b2... gdb: check for gdb binary
  b08c446... debugger: add various properties/signals to interface
  57efd8d... debugger: add IdeDebugger::prepare() vfunc
  2890bf6... gdb: setup gdb in prepare
  26365d3... mi2: start on mi2 gdb wire protocol library
  3b1a48e... mi2: add event dispatch for Mi2EventMessage items
  c43c2cb... mi2: implement command and replies
  8925671... mi2: use gvariant to parse protocol data from gdb
  aa0c1ae... mi2: add breakpoint abstraction
  8848ba7... mi2: add api to track breakpoints
  c242b7a... mi2: test removal of breakpoint
  108f5c1... mi2: more client infrastructure
  1795552... build: require unix for FD access
  bb68d69... mi2: allow pipelining operations
  a10403e... mi2: remove debug line
  c4dd127... mi2: setup tty for inferior in test
  4de5264... mi2: queue exec commands until previous completes
  322c941... mi2: cleanup debug code
  629f779... mi2: delay next command until previous completes
  d750583... runmanager: move run handlers into default ::run() event ha
  18b0c23... runner: allow stealing the TTY previously set
  a9a7015... gdb: depend on terminal
  e5fea52... gdb: hook up some client signals and plumbing
  2ef1198... build: give run access to load mi2
  5faa8d2... gdb: cleanup
  5c3d2cc... mi2: synthesize closed error
  b5173a8... mi2: test ttyname() against what we opened
  90bd6e6... gdb: use /proc/self/fd/$fdnum to share inferior TTY
  95885f5... debug-manager: add IdeDebugManager:active property
  db875f6... debugger: animate in debugger controls
  3539874... gdb: fix G-I warning
  a2b2887... gdb: cleanup client instance when process exits
  cf23945... mi2: move client cleanup into dispose handler
  05e83a3... mi2: add G-I annotations to async client API
  94dd023... mi2: return immediately from read cancellation
  ed0487d... mi2: test stop_listening() for failures
  9cc87bb... mi2: (closure) belongs on callback, not user_data
  75c89d4... mi2: cancel tasks early
  485f889... mi2: make listen/shutdown operations async
  3673e4c... mi2: close IOStream instead of using cancellable
  962c168... mi2: handle end of stream
  e46b0cb... mi2: check breakpoint_id before emitting signal
  6a8b161... mi2: add client to header
  b0176b8... ide: add debugger headers to ide.h
  d5add36... gdb: port plugin to C
  f9e3954... gdb: attach callbacks to proper instance
  59e897f... debugger: hold on to debugger instance after starting
  87d1f6e... debugger: fix path for TTY fd
  ea877ec... gdb: add more tracing
  5c9e54d... mi2: remove debug code
  ea455b8... debugger: fix action names on control widgets
  d6aa321... workbench: add debug-manager to workbench actions
  9e78e79... debug-manager: bind debugger properties to action state
  1f36f50... gdb: update property state up on breakpoint hits
  20cdcbe... debugger: add IdeDebugger::run() vfunc
  f358496... gdb: add support for continue
  b433d8a... debugger: fix action name
  54bf9b1... pnl: give access to panels via internal-child
  6f721e4... egg-signal-group: add support for interfaces
  4a0df04... debug-manager: add IdeDebugManager::debugger property
  3ad2d8e... debugger: add IdeDebugger::log
  c3bf1a2... gdb: propagate log messages from gdb
  8985837... debugger: add debug log panel to debugger perspective
  d0b9a44... run-manager: don't allow running during current session
  00209f1... runner: implement missing force quit
  167287b... debugger: allow NULL location
  d639adf... debug-manager: connect to IdeDebugger::stopped
  bfdea1d... gdb: translate various debugger stop reasons
  7f762f6... debugger: add UI grid for eventual source files
  1f2019a... mi2: fix adding more than one item to list in message parsi
  0d87ef7... mi2: remove \n from g_warning call
  27681b3... debugger: start on breakpoint-reached signal
  9a95317... debugmanager: add various signals
  8c072d0... debugger: set debug manager target for signals

Commits added to the branch:

  eb15290... terminal: Add Runtime Terminal action to menu (*)
  16e4368... meson-build: Sync sources with autotools (*)
  2e0895b... plugins: allow ~/.local/share/gnome-builder/plugins under f (*)
  8112ff5... debugger: stub out various debugger API mechanics
  e2d4cf5... debugger: start on IdeDebugger interface
  74fc943... debug-manager: find suitable debugger when starting session
  f83eeae... debugger: set runner failed if no debugger was found
  51ac7d4... debugger: assign from PeasExtension
  6429471... debugger: add IdeDebugger::get_name() vfunc
  015b652... gdb: stub out gdb plugin
  341dee6... gdb: check for gdb binary
  ae5638f... debugger: add various properties/signals to interface
  dab46b7... debugger: add IdeDebugger::prepare() vfunc
  a5e8fbc... gdb: setup gdb in prepare
  cf066d6... mi2: start on mi2 gdb wire protocol library
  5aa8b29... mi2: add event dispatch for Mi2EventMessage items
  8299788... mi2: implement command and replies
  d999980... mi2: use gvariant to parse protocol data from gdb
  70443fb... mi2: add breakpoint abstraction
  07b9342... mi2: add api to track breakpoints
  ec6e29a... mi2: test removal of breakpoint
  6ee6a78... mi2: more client infrastructure
  ff35289... build: require unix for FD access
  6729178... mi2: allow pipelining operations
  806168b... mi2: remove debug line
  f640a8b... mi2: setup tty for inferior in test
  cb0ebae... mi2: queue exec commands until previous completes
  67cbbe1... mi2: cleanup debug code
  7f1ae49... mi2: delay next command until previous completes
  97b7a9d... runmanager: move run handlers into default ::run() event ha
  8b67f9c... runner: allow stealing the TTY previously set
  0302d74... gdb: depend on terminal
  a09d012... gdb: hook up some client signals and plumbing
  9bf1dac... build: give run access to load mi2
  12bb5bb... gdb: cleanup
  57a029b... mi2: synthesize closed error
  cbbefa8... mi2: test ttyname() against what we opened
  0919ab8... gdb: use /proc/self/fd/$fdnum to share inferior TTY
  30561ca... debug-manager: add IdeDebugManager:active property
  f6d4e54... debugger: animate in debugger controls
  45c47f2... gdb: fix G-I warning
  865f65b... gdb: cleanup client instance when process exits
  33bbfd3... mi2: move client cleanup into dispose handler
  83e9cdc... mi2: add G-I annotations to async client API
  dbe6e18... mi2: return immediately from read cancellation
  7c86963... mi2: test stop_listening() for failures
  a961143... mi2: (closure) belongs on callback, not user_data
  78c9459... mi2: cancel tasks early
  bf0c7a4... mi2: make listen/shutdown operations async
  9e1ce33... mi2: close IOStream instead of using cancellable
  7e29db5... mi2: handle end of stream
  498a394... mi2: check breakpoint_id before emitting signal
  e40f08c... mi2: add client to header
  25a584a... ide: add debugger headers to ide.h
  f96cb26... gdb: port plugin to C
  914debf... gdb: attach callbacks to proper instance
  fc9ff09... debugger: hold on to debugger instance after starting
  47334ee... debugger: fix path for TTY fd
  3cc7ffb... gdb: add more tracing
  6f0ef8b... mi2: remove debug code
  d5fce10... debugger: fix action names on control widgets
  5a3bb26... workbench: add debug-manager to workbench actions
  d9e9fc6... debug-manager: bind debugger properties to action state
  0975949... gdb: update property state up on breakpoint hits
  ae4b5f7... debugger: add IdeDebugger::run() vfunc
  c227ab7... gdb: add support for continue
  bed3d2c... debugger: fix action name
  64a17a5... pnl: give access to panels via internal-child
  755c6d9... egg-signal-group: add support for interfaces
  d406085... debug-manager: add IdeDebugManager::debugger property
  84a5a6b... debugger: add IdeDebugger::log
  33514f4... gdb: propagate log messages from gdb
  9356608... debugger: add debug log panel to debugger perspective
  98714a4... run-manager: don't allow running during current session
  9bab43c... runner: implement missing force quit
  10affe2... debugger: allow NULL location
  70d3448... debug-manager: connect to IdeDebugger::stopped
  46a98b0... gdb: translate various debugger stop reasons
  df85b61... debugger: add UI grid for eventual source files
  6bb9418... mi2: fix adding more than one item to list in message parsi
  c322c59... mi2: remove \n from g_warning call
  10dec30... debugger: start on breakpoint-reached signal
  5fb5496... debugmanager: add various signals
  1f6e5b1... debugger: set debug manager target for signals
  3ab3eac... mi2: check for NULL return values
  038e784... mi2: handle NULL from serializer

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]